recent answers
Can you help solve unexpected $end
Can't really tell without a whole lot of code.
But that usually means you're missing a close bracket.
But that usually means you're missing a close bracket.
answered by Not Registered on 2 December 2010 10:07
What is: Failed opening 'includes/languages/english/' for inclusion
Yes, please see www.deal-shoe.com
plz solve this
it means that the path that u're using is not correct check the location of the file that u want to include
answered by Not Registered on 4 May 2010 13:42
syntax error close to a double quote (") - none on page
there will be a quote inside another quote. simply change the quote inside the other quote to ' instead of "
answered by Not Registered on 7 January 2010 10:31
browser cannot open php files
google wamp and download it. it is a program used to host webservers but you can simply host it localy for only you when ever and you will be able to open PHP files.
answered by Not Registered on 7 January 2010 10:29
browser cannot open php files
why doesn't anybody answers seem to answer this in any foum?
answered by Not Registered on 24 June 2009 2:05
can anyone correct the error in this code for me please
you are not allowed to have a "/" in a variable name, see http://de3.php.net/manual/en/language.variables.basics.php
Change it from $images/pee to $images_pee and so on
Change it from $images/pee to $images_pee and so on
answered by Not Registered on 30 March 2009 17:49
source: http://de3.php.net/manual/en/language.variables.basics.php
source: http://de3.php.net/manual/en/language.variables.basics.php
what does unexpected $end mean?
This could mean that your code ended
unexpected. Perhaps you have an open
bracket an forgot the closing one, eg.
<?php
if (1<0) {
code....
closing bracket ist missing
?>
unexpected. Perhaps you have an open
bracket an forgot the closing one, eg.
<?php
if (1<0) {
code....
closing bracket ist missing
?>
answered by Not Registered on 24 March 2009 17:29
ailed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\sample4mail\forgot.php on line 28. what does this mean?
You have tried to send an email using SMTP at localhost.
Do you have a mailserver running at localhost?
Otherwise, try to change your SMTP setting in php.ini file and use your remote host.
Do you have a mailserver running at localhost?
Otherwise, try to change your SMTP setting in php.ini file and use your remote host.
answered by Not Registered on 24 March 2009 17:27
browser cannot open php files
Do you open them locally from your hdd or from internet?
answered by Not Registered on 21 March 2009 14:14
- PHP error, Not Registered
- What shall i do i got this message when submitting my registration form to a website.Im just an ordinary computer user, Not Registered
- session warning, Not Registered
- Undefined index: x_Picture in C:\wamp\www\arun\adcheck1.php on line 25, Not Registered
- I have write script , but i have got error, how to solve that error?, Narasimha murthy Arangi
- What does this mean, Not Registered
- www.tviexpress.com/zoo, Not Registered
- what am i doing wrong?, Not Registered
- Can you help solve unexpected $end, Not Registered
- php error 56, Not Registered
- Can you help solve unexpected $end
Can't really tell without a whole lot of code. But that usually means you're missing a close... - What is: Failed opening 'includes/languages/english/' for inclusion
Yes, please see www.deal-shoe.com - plz solve this
it means that the path that u're using is not correct check the location of the file that u want to... - syntax error close to a double quote (") - none on page
there will be a quote inside another quote. simply change the quote inside the other quote to '... - browser cannot open php files
google wamp and download it. it is a program used to host webservers but you can simply host it...





















