Recent content by Josh Davis

  1. J

    A script that detects hashtags in PHP?

    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.
  2. J

    How to use php variables in javascript?

    How do i use php variables in javascript and the other way round? the scripts are in the same file.. ect
  3. J

    HAML to HTML converter?

    can you send me a link too one?
  4. J

    A PHP script that searches for key words in a chunk of text?

    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.
  5. J

    Need help with a keyword search script PHP?

    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 =...
  6. J

    PHP powered JavaScript stream?

    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
  7. J

    php script that automaticly inserts an RSS feed into a mysql field?

    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?
  8. J

    IPhone 3GS screen stops working randomly?

    The touch on the screen stops working randomly and I have to lock and unlock it to get it to work again. Any ideas on stopping this?
Back
Top