No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Hello i have this codes to try to get this working. But when on ./index.html all the li are given a class of current_yes exept for the ./clients.html link. And the other way aroud if i go to Clinets/clients.html then all li exept ./index.html are given a class of current_yes. … | |
Hello, im making a bookmark script to save on a web page as links. I have the following code but i want to have links movable. That is i want to able to change position on the links. Demo: [Click Here](http://test3.fcab.se/links/temp/index.php) The code i use: <?php require("../config.php"); if ($enablegzip == … | |
Hello, im making a bookmark script to save on a web page as links. I have the following code but i want to have links movable. That is i want to able to change position on the links. Demo: [Click Here](http://test3.fcab.se/links/temp/index.php) i have tested several Jquery/Java dragg/dropp/sort scripts but i … | |
Re: Do i put somthing here: $result = explode('"', $result); $confrom = explode(' ', $result[1]); $conto = explode(' ', $result[3]); I just get a blank page? | |
Re: Cold anyone schow me how to get 1 email from mysql and send the mail to that emailaddress? Currently i got this code, but ´not working: [CODE]//CONNECT TO MYSQL $link=mysql_connect($mysqladd, $mysqluser, $mysqlpass) or die('Could not connect to database: ' . mysql_error()); //CONNECT TO DATABASE mysql_select_db($databasename, $link) or die('Could not connect … | |
Re: [QUOTE=nav33n;817219]You can set up a cron job to run every day (or night) and have this query. If you can't have crons, you can run this script whenever the main page is loaded. [code=mysql] DELETE FROM Table WHERE datecolumn < DATE(DATE_SUB(now() , INTERVAL 15 DAY)) [/code][/QUOTE] Whare wxactly do i … |
The End.