Posts tagged function
*URGENT* HOW CAN I EDIT THIS SEARCH FUNCTION JAVASCRIPT TO WORK WITH MY WEBSITE?
Jan 19th

Question by Yiaggi:
*URGENT* How can I edit this search function JAVASCRIPT to work with my website?
Hi guys,
I urgently require a search website function for a website I have built. I need it to simply search my website by keyword and deliver the results in an organised manor.
I have been iven a JAVASCRIPT solution which looks like it could work but I am an amature when it comes to JAVASCRIPT and have no idea which part of the code I need to edit to make it work with my site! I have some PHP experience but no JAVASCRIPT.
Below is the code – could someone please explain which bits to edit? Thank you for your time – you are properly saving my bacon!
CODE
———
Free JavaScripts provided
by The JavaScript Source
ps …. I SEE THE BIT THAT SAY’S “THIS IS WHERE THE MAGIC HAPPENS” BUT AM CONFUSED ABOUT WHAT VARIABLES TO ADD THERE …….. ! Any help would be truly appreciated – I have till the end of this day to complete!
Ta x
Read More >>
PHP/MYSQL ROW COUNTING FUNCTION?
Sep 6th
So I have a site and everything works fine and at some time in the script there is a mysql request “SELECT * FROM…” and so on and I want if the result is an empty row to display text and else display the data.At the moment no matter the return data from server it still echoes the table with results(it’s a search engine), but only the heading, as it is out of the loop cycle used to write each row of the results.I use the $query = “
Thanks,I did not know there was such a function.Now that I know about it it’s child’s play to alter my script.
Read More >>
*URGENT* HOW CAN I EDIT THIS SEARCH FUNCTION JAVASCRIPT TO WORK WITH MY WEBSITE?
Jul 18th
Hi guys,
I urgently require a search website function for a website I have built. I need it to simply search my website by keyword and deliver the results in an organised manor.
I have been iven a JAVASCRIPT solution which looks like it could work but I am an amature when it comes to JAVASCRIPT and have no idea which part of the code I need to edit to make it work with my site! I have some PHP experience but no JAVASCRIPT.
Below is the code – could someone please explain which bits to edit? Thank you for your time – you are properly saving my bacon!
CODE
———
Free JavaScripts provided
by The JavaScript Source
ps …. I SEE THE BIT THAT SAY’S “THIS IS WHERE THE MAGIC HAPPENS” BUT AM CONFUSED ABOUT WHAT VARIABLES TO ADD THERE …….. ! Any help would be truly appreciated – I have till the end of this day to complete!
Ta x
Read More >>