No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I have created a search bar using PHP that pulls from my database by keywords typed in the search bar and displays links and descriptions of URLs' associated with the keywords. Is there a way for robots to randomly type keywords in my search bar on my website to list …
mmm don't know if this will work but try copying this [CODE]<style type="text/css"> body { color: <?php print $_POST["color"] ?>; font-family: <?php print $_POST["font"] ?>; font-size: <?php print $_POST["font-size"] ?>; } </style> </head> <body> <?php print $_POST["box"] ?>[/CODE]
Whats wrong with how this is coded to were it is allowing anything to be inputted without recognizing errors? [CODE]$errors=0; $error="The following errors occured while processing your form input.<ul>"; pt_register('POST','ip'); pt_register('POST','date'); pt_register('POST','Text'); pt_register('POST','URL'); $healthy = array("$", "%", "!", "<", ">"); $yummy = array("", "", "", "", ""); $Text = str_replace($healthy, …
The End.
zlegend