Anybody know how I could create a script that detects hashtags(like twitter) so during the submit script it would find any #then a word. Please help, send me a link to a tutorial or explain how; I know basic php. I'm still learning.
i'm new too PHP so bare with me, i want to know how i'd go about writing a script that searches for keywords in a chunk of text if i told it what to search for. All i'm asking if this is possible and how i'd do it. I know basic PHP, HTML, CSS. Please help.
Hello, well im designing a script in PHP that searches for keywords in a chunk of text (which is $string)
I need help adding a function that if one of the results are successful display such and such. Please help. Heres the code:
<?php
$string = "Hello word!";
$tmp = search();
$tmp =...
I'm building a small social network for my school and i know PHP but i want to build an auto refresh javascript stream, streaming all the data from a database in time order. all the posts have a timestamp. can someone send me a link to a tutorial on this? or maybe an open source one
I'm rather new to PHP and mysql, but i was just woundering would it be possible to write a php script that automaticly inserts an RSS feed into a mysql field? I'm not asking you to write the script for me, just is it possible and how would i do it?