Forum: PHP Aug 9th, 2005 |
| Replies: 3 Views: 1,378 Sounds like you have whitespace somewhere there shouldn't be :) |
Forum: PHP Jun 28th, 2005 |
| Replies: 4 Views: 1,403 Stevoo, you should really try seeking help from vBulletin.com / org for your issues :) |
Forum: PHP Jun 27th, 2005 |
| Replies: 7 Views: 42,502 They "prefer" .html pages over dynamic pages, but Google doesn't care, they spider forums just fine, take a look at vBulletin.com for example, ALOT is indexed |
Forum: PHP Jun 18th, 2005 |
| Replies: 5 Views: 5,977 Did you add the .php extension and the php module into apaches config file |
Forum: PHP Jun 16th, 2005 |
| Replies: 3 Views: 26,904 |
Forum: PHP Jun 15th, 2005 |
| Replies: 2 Views: 3,891 As paradox has shown with his example, you left out the database, varible so mysql won't know what database it needs to get its data from. |
Forum: PHP Mar 9th, 2005 |
| Replies: 9 Views: 3,828 |
Forum: PHP Mar 8th, 2005 |
| Replies: 9 Views: 3,828 phpBB3 should work OTB with php5 AFAIK :) |
Forum: PHP Mar 8th, 2005 |
| Replies: 9 Views: 3,828 phpBB2 does not run on php5 by default.
Look at sourceforge.net for a working version. |
Forum: PHP Dec 24th, 2004 |
| Replies: 11 Views: 81,227 IT would be best to do everythinb by hand.
Are you going to be using IIS or apache?
If this is for testing on your local i suggest running apache esp if your regular webserver is linux based as... |
Forum: PHP Dec 6th, 2004 |
| Replies: 2 Views: 4,155 It needs to be accessable either though a share or though the web, and then it would be
\\computer\foldername\file.ext
or web
http://name/folder/file.ext |
Forum: PHP Oct 22nd, 2004 |
| Replies: 1 Views: 2,419 with html i would guess, and do you just mean a table? |
Forum: PHP Aug 3rd, 2004 |
| Replies: 5 Views: 7,822 IIRC Killer is right :)
php is just an extention of a webserver |
Forum: PHP Aug 2nd, 2004 |
| Replies: 5 Views: 7,822 No www mr killer typp
htt://localhost ;) |
Forum: PHP Jul 30th, 2004 |
| Replies: 3 Views: 3,435 Yes, well no, but you need a valid webserver that can run php and a mysql server. |
Forum: PHP Apr 20th, 2004 |
| Replies: 7 Views: 4,036 Your host has disabled half of the nessary built in php functions ;) time to switch to a better host and a better board imo ;) |
Forum: PHP Apr 4th, 2004 |
| Replies: 8 Views: 6,889 actually it should be
<img src="smilie.gif" alt="" /> |
Forum: PHP Mar 16th, 2004 |
| Replies: 13 Views: 6,560 personally if your looking for a large site and want ease of administration i can suggest vBulletin but it is a paid solution :) |
Forum: PHP Jan 7th, 2004 |
| Replies: 12 Views: 8,499 nothing can come close to the power of vB atm :) not with out alot of devs and quite abit of time |
Forum: PHP Nov 18th, 2003 |
| Replies: 15 Views: 25,270 glad to be of some help :) |
Forum: PHP Nov 18th, 2003 |
| Replies: 15 Views: 25,270 im not anygood with php scripts in general, i didnt get a chance to look over it but i didnt see anything that made sure not to regerage images over and over >.> so i was just adding my two cents :) |
Forum: PHP Nov 18th, 2003 |
| Replies: 15 Views: 25,270 why not use mysql or another type of DB to store a generate images, so that theyre only generated once |
Forum: PHP Nov 17th, 2003 |
| Replies: 15 Views: 25,270 woudlnt this become server intensive over time if you had a high trafic site? |