Can somebody help me script im usin is lava and error im gettin is boxstart function any help is great
Fatal error: Call to undefined function boxstart() in /home/****/public_html/***
Collapse
X
-
Originally posted by kei_ki7 View PostIf you are lazy to find those function
Just make a define for that function
edit your core.php
PHP Code:function boxstart(){
}
But he does need to learn to edit or build things or he will never go out of a noob to pro not how i see it.Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
@ SubZero: if he is not trying to understand what 'undefined function' means, but he continues telling that thats a vital in what he got, sorry but he is a noob trying to be noober.mysterio.al - programming is a functional art
Comment
-
that is a function used in the mobilezonez script my old script
Code:function boxstart($title){ echo " <div class=\"boxed\"> <div class=\"boxedTitle\"> <h1 align=\"center\" class=\"boxedTitleText c1\"><strong>$title</strong> </h1> </div> <div class=\"boxedContent c1\"> "; } function boxend(){ echo "</div></div>"; }
it use is as follows
Code:boxstart("Your Title Bar Here"); echo "page crap here<br/>"; boxend()
Last edited by ozziemale31; 02.07.11, 07:33.
Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free
Comment
Comment