-
Automatically generate RSS feed?
The code for this is quite simple...if you happen to be comfortable with PHP that is. What format is the data currently in ? MySQL? CVS ? etc etc A PHP script can loop through the data and create an RSS compliant file on the fly or even create/overwrite a file on the server. private msg me if you prefer. Mat
-
how do i configure the mail() function
Your code is using strings that have not been declared anywhere and assuming your server is running a default version of PHP5 you cant get away with lazy strings anymore: if ($seenform != "y") should be: if ($_POST["seenform"] != "y") and so on.
-
help please with new window
There are loads of jQuery tools that do this... google "thickbox"
-
percentage preloader problems
Hi, The lins doesnt work , it gives a 404 ??? Mat
-
Keywords -> links
Hi There, This can be done using javascript however the links will not be visible to search engines (as of Jan 2009) or folks that for some reason dont have javascript switched on. An alternative solution is to use a server-side script to replace each keyword with the link HTML. Example. keyword : XYZ Your page contains the text .....I was walking down the road to XYZ when suddenly.... Server-side script replaces XYZ with link to keyword description page: so.. .....I was walking down the road to <a href='/keyword-descriptions/XYZ'>XYZ</a> when suddenly.... This is quite simple using PHP. Msg me if you need any further info, I'd be happy to help. Mat
-
how can i make a title
What does the ID refer to ? Is it a row in a database table ? Where is the title you would like to use currently stored ? in the row of the table that matches the ID ? You need to post further details for us to understand the context of this problem. Thanks Mat
-
Hello
Hello, My name is Mat from the UK. I'm a php web developer, and webmaster for a web dev jobboard. Mat
-
javascript textarea value needs to be a file.php