Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~423 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for zlegend

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 …

Member Avatar for somedude3488
0
113
Member Avatar for jsmiley77

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]

Member Avatar for Borzoi
0
179
Member Avatar for zlegend

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, …

Member Avatar for Dragonbaki
0
131

The End.