SpiderPhp

Just another WordPress weblog

Posts Tagged ‘Text’

How Do I Find An E-mail Address From Within Text Using Php?

Posted Thursday, February 11th, 2010
Tags: , , , , , ,
Posted in 6 | 1 Comment »

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

How To Find Positions Of A Word Inside Text In Php?

Posted Tuesday, February 2nd, 2010
Tags: , , , ,
Posted in Uncategorized | 2 Comments »

stripos() function will find position of first occurrence
i want to find all positions
what is the php code!

How Can I Use Php To Look For A Specific Character In Text?

Posted Thursday, December 17th, 2009
Tags: , , ,
Posted in Uncategorized | 1 Comment »

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!

How To Use Text File As Database In Php?

Posted Tuesday, October 6th, 2009
Tags: , ,
Posted in Uncategorized | 5 Comments »

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.

Where Can I Find Instructions To Pull Plain Text From A Php Page?

Posted Wednesday, September 16th, 2009
Tags: , , , , , , ,
Posted in Uncategorized | 1 Comment »

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?