Hi
I've set up WAMP to develop my site offline, and i've put the usersystem on, and it's displaying like this
http://www.tehupload.com/uploads/511222486a80a42why.PNG
Any ideas?

Hi
I've set up WAMP to develop my site offline, and i've put the usersystem on, and it's displaying like this
http://www.tehupload.com/uploads/511222486a80a42why.PNG
Any ideas?
Last edited by Luke; 18-11-2008 at 05:14 PM.
That's nothing to do with WAMP, probs your code.
no, because it works fine on a hosting account
In the task tray, what does the WAMP logo like? PHP might not be turned on.
It could also be the fact that you've used shorthand tags "<?" and the server has them disabled, but I'm going to say edgates is probably more along the lines of the problem.
You viewing on ur localhost?
ok, the wamp light is white, yes i'm viedwing on localhost, but i've also tried viewing on http://*IP*
Is there a way that i can enable <? tags, since it would take years to cahnge them all lol
Thanks
Luke
In php.ini you'll have a line withnow it will either be Off or On, change it accordingly. It's located in your php folder, but sometimes the server puts them in other places (XAMPP puts a copy in apache\bin for example) so use phpinfo and find "Loaded Configuration File".short_open_tag = Off
short tag thing worked a treat
Didn't work but then restarted php and it did
TY verymuch
+rep to everyone if i can :p
That's interesting.. I used to have that problem, i couldn't use <?, not that i do anymore anyway, but i have no experience with the php.ini file.In php.ini you'll have a line with now it will either be Off or On, change it accordingly. It's located in your php folder, but sometimes the server puts them in other places (XAMPP puts a copy in apache\bin for example) so use phpinfo and find "Loaded Configuration File".
+rep if i can for pointing it out
Want to hide these adverts? Register an account for free!