Hi All, Merry Christmas to everyone! I would like to know how to create a drop down navigation (html form) that lists some text like link1 link2 link3 etc..And each one of those ‘links’ in the drop down navigation would link to the result of a mysql query. For example here is my query: PHP [...]
Hi Guys, Just wondering.. Why is it that when you ( mysql -uUSERNAME -pPASSWORD ) and then run a query. Its like UBER quick and uses hardly any CPU.. ( 0.00 sec ) However the same query thats run through PHP takes like 1second and uses 99% cpu when it happens? Ive just noticed this [...]
Hi guys, I have a perl script that connects to cisco routers using the net::appliance::session module. It takes 3 arguments ( host , dbid, username ) It then connects to the host Reads the config from the DB based on the ID Adds the config to the router. This works FINE! if i call it [...]
I’m eager to learn PHP and I don’t really want to buy a book because that just usually ends up with me never touching it. I learn by "doing" so what programs should I need to be able to effectively code with PHP. Right now I only have notepad for html/css stuff. Any help is [...]
i create the rss feed ( for news ) in my website using php using administration page.. all that i need is to synchronize RSS feed with facebook and twitter.. so when updating news in my administration page it will update the RSS feed, and in the same time it will update the same news [...]