I’ve got a website where members are allowed to post classified ads. I want to make sure that spam bots don’t harvest their e-mail addresses when they add their contact information. I know how to prevent them from harvesting the e-mail address, but can’t figure out how to search their text for an e-mail address.
Other scripts like it run just fine. I know it is not with permissions or anything. I cant seem to figure it out.
Any line of code to made stUDlY cApS with php?
When a user clicks an option from drop down menu it should display the content based on selection
stripos() function will find position of first occurrence
i want to find all positions
what is the php code!
I want to be able to pick out text with a character such as the % sign from a page.
Is there any code example to do this. Like saving password and user name in the text file. I really need help!
I wish to use .txt or .dat files in my web application as the database file. But I am unsure if I can do it.
Is there such option available in php?
If yes then how to do that?
please let me know.
I’m creating an application for a class and I want it to access plain text from a specified php web address. Is there a way I can set up an html page to pull specific lines of plain text? Where can I find instructions? Thanks!
I want to build a PHP form manually. To do this i need to know from each text field how do i get the PHP script to get the typed data out of that text box?