| | |
i need urgent help Parse error
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Nov 2008
Posts: 4
Reputation:
Solved Threads: 0
ive been getting loads of errors on a script that im trying to install.. so far ive fixed a few of them but now im stuck here
Parse error: syntax error, unexpected T_RETURN in /home/wwwulti/public_html/network/install/index.php on line 668
http://www.daniweb.com/forums/attach...1&d=1227550169
looks like the same things guna happen on line 670
any help?
Parse error: syntax error, unexpected T_RETURN in /home/wwwulti/public_html/network/install/index.php on line 668
http://www.daniweb.com/forums/attach...1&d=1227550169
looks like the same things guna happen on line 670
any help?
Last edited by paddy_c; Nov 24th, 2008 at 2:46 pm.
In PHP if it says there is an unexpected T_<something> on a line the error is usually in the lines ABOVE that line, not ON the line so.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
•
•
Join Date: Nov 2008
Posts: 4
Reputation:
Solved Threads: 0
hmm i see.. im new to php..... ive took a capture of a bigger piece of the script.. could you take a look and see whats causing this error?
http://www.daniweb.com/forums/attach...1&d=1227552452
i really need help here
http://www.daniweb.com/forums/attach...1&d=1227552452
i really need help here
You image attachment didn't work. Just copy and paste the code, there is no reason to use images
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
•
•
Join Date: Nov 2008
Posts: 4
Reputation:
Solved Threads: 0
ok heres the code..
php Syntax (Toggle Plain Text)
if ($info!="rwxrwxrwx") return false; else return true; }//verify_folder_permissions function clean_folder($folder,$total){
Last edited by peter_budo; Nov 24th, 2008 at 6:39 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
•
•
Join Date: Jun 2008
Posts: 62
Reputation:
Solved Threads: 3
•
•
•
•
ok heres the code..
php Syntax (Toggle Plain Text)
if ($info!="rwxrwxrwx") return false; else return true; }//verify_folder_permissions function clean_folder($folder,$total){
Try This
php Syntax (Toggle Plain Text)
if ($info!="rwxrwxrwx"){ return false; }else{ return true; }//verify_folder_permissions function clean_folder($folder,$total){
There are alot of people smarter than me, BUT at least I try to be of some help. Of coarse I'm not perfect, I need help too.
![]() |
Similar Threads
- update,delete,cancel buttons for datagrid (VB.NET)
- Parse error, need urgent help. >_< (PHP)
- Parse Error T_STRING - Help Please (PHP)
- E-mail not working (ASP.NET)
- Problems in Dynaform (Form Mail) URGENT HELP (PHP)
Other Threads in the PHP Forum
- Previous Thread: PHP HELP
- Next Thread: File Upload Error
| Thread Tools | Search this Thread |
.htaccess ajax apache api array beginner beneath binary broadband broken button cakephp checkbox class cms code countingeverycharactersfromastring crack cron curl database date decode display dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla limit link login loop mail match menu mlm mod_rewrite multiple mysql mysql_real_escape_string oop paypal pdf php problem protocol query radio random recursion regex remote script search server sessions sms smtp soap source space sql strip_tags survey syntax system table tutorial undefined update upload url validation validator variable video virus web window.onbeforeunload=closeme; xml youtube






