I use a lot of cgi scripts to create dynamic html pages and I tend to use http://www.mysite.com/images/ as the image root directory.
To make writitng scripts easier I create a variable at the start of the script:
$img_url='http://www.mysite.com/images';
(Note the missing trailing slash)
then...
Hi
I have a development server on a win98 computer with Apache webserver, Activeperl with DBI and DBD modules, and Mysql 4.05 beta.
The problem is that Mysql eats up all my memory after 10-12 hours and then the computer crash. This happens every time even if I only start Mysql without sending...
Hi
Is there an easy way to count how many coloumns a spesific table contains, and then also extract rhe coloumn headlines.
I need this to make a perl script wich automatic generates a HTML table based on the content of a MySql table.
TaffelMan
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.