![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Hi.. I need help with some syntax pls.I am brand new to PHP and I have read the PHP manual several times. <?php $xx = date("Fj,Y") $t1 = "date is " $xx ?> ----------------------------------------------------------------- I know that the above is wrong but how do you add the date to the end of a string? Please email answers to tony@tonydisabled.com If you know GOOD ONLINE resources for PHP for newbies feel free to email me them too. Thanks | |||
| | #2 | ||
| On 13-Aug-2003, Tony Wilson <tony@tonydisabled.com> wrote: > I need help with some syntax pls.I am brand new to PHP and I have read the > > PHP manual several times. > > <?php > $xx = date("Fj,Y") > $t1 = "date is " $xx > ?> > ----------------------------------------------------------------- > I know that the above is wrong but how do you add the date to the end of a > > string? $xx = date("F j,Y"); $t1 = 'date is '.$xx; or $t1 = "date is $xx"; http://www.php.net/manual/en/languag...ors.string.php -- Tom Thackrey www.creative-light.com | |||
| Featured Websites | ||||
|
![]() |
| Tags: date, question |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| strtodate() and date() question | Mike Trozzo | PHP | 1 | 07-01-2007 4:21 PM |
| date order by | Adi | PHP | 0 | 07-01-2007 3:37 PM |
| date on halo2 | Kris | Console Subjects | 3 | 06-26-2007 10:35 AM |
| Anyone know the release date yet? | MarchGDB | Computer Consoles | 1 | 05-30-2007 12:25 PM |
| AVG out of date?? | Kadaitcha Man | Windows | 2 | 05-28-2007 10:07 PM |
| Featured Websites | ||||
|