Forum: PHP Oct 15th, 2009 |
| Replies: 5 Views: 264 have you done a mysql_connect()? |
Forum: PHP Jan 16th, 2009 |
| Replies: 5 Views: 2,033 it2051229
You forgot "EXPENSIVE"
"That means you're going to read EXPENSIVE thick books."
And lots and lots of them.
And you'll need to buy them for your self because of all of the notes... |
Forum: PHP Jan 9th, 2009 |
| Replies: 5 Views: 770 PHP will allow you to format the display of data in any format that you can think of.
Remember that you are taking data out of an array and placing it into holders, usually columnar but they can... |
Forum: PHP Jan 9th, 2009 |
| Replies: 1 Views: 870 This might help.
http://uk3.php.net/manual/en/book.xml.php |
Forum: PHP Jan 9th, 2009 |
| Replies: 4 Views: 564 I have about 6 books on PHP, all used while learning and using PHP for web development.
Two sitting at my right hand now are "SAMS - PHP5 Unleashed" (£35.99) and "Advanced PHP Programming" (36.50)... |
Forum: PHP Jan 9th, 2009 |
| Replies: 12 Views: 3,641 Well now my go.
I have done something very very similar.
No you cannot have the code. It is MUCH MORE FUN it you work it out for your self.
For a start something that the previous posters... |
Forum: PHP Jan 9th, 2009 |
| Replies: 10 Views: 5,622 I have never used the WAMP server. But I have installed Apache 2.2, MySQL & PHP onto an XP machine and a LINUX (debian) box. The Linux machine was a whole load easier to install. :)
Let me know if... |
Forum: PHP Jan 21st, 2008 |
| Replies: 1 Views: 500 Off hand I am not sure that you should be doing this type of data passing with javascript source files. However IF this works then the changes below should help.
You need to pass the required... |
Forum: PHP Jan 21st, 2008 |
| Replies: 1 Views: 4,097 While this technique is cheating I have used it to good advantage a number of times.
Create a table html layout for the page image that you want. Do NOT use CSS inline style commands are OK.
... |
Forum: PHP Jun 25th, 2005 |
| Replies: 3 Views: 26,780 Don't forget that using 'REQUIRE' will ensure that the file is included as the parser looks for 'REQUIRE's prior to parseing the file. Thus 'REQUIRE'd files are allways included. However the... |