-
What the
Never seen this one before:
Fatal error: Call to undefined function: printl() in /www/welcometovernon/coupons/news/news_admin.php3 on line 113
line 13 reads:
printl("<center>Are you sure you want to delete %s? <br>", $name[aid] );
-
Do you mean printf() or print()? printl() does not exist in PHP manual.
John
-
As far as I know there is no valid function printl ("as long as you did not make one of your own"). What you probably mean is "printf" :
printf
(PHP 3, PHP 4 )
printf -- Output a formatted string
Description
int printf (string format [, mixed args...])
Produces output according to format, which is described in the documentation for sprintf().
[edit] sorry, john was faster than me ;-)
-
omg.... I am so stupid.... I use printf all the time... what was I thinking
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks