Hi, I run my own site which uses PHP script and a MySQL database. Unfortunately, it's not hosted on my own computer, so I can't edit the database directly. However, I can download the database and upload information to it by running SQL queries.
My question is this: to save time, I'd like to...
Hi, I run my own site which uses PHP script and a MySQL database. Unfortunately, it's not hosted on my own computer, so I can't edit the database directly. However, I can download the database and upload information to it by running SQL queries.
My question is this: to save time, I'd like to...
I've recently installed a PHP script using a SQL database on my website. I don't host it myself, and it's taking ages to add records to the database online. So what I really need is a way of running PHP scripts on my local hard disk, so I don't need to be online to add records to the database...
Okay, here's the problem. I have a small part of my page that displays the number of users on my forums by using a small Javascript code. This is:
<script src="../bbs/cgi-bin/yabb/YaBB.cgi?action=printwhoisonline&group=guests></script>
Currently I've put this on a separate frame, using...
I'm by no means experienced at JS programming, and I worked out this script to combine the contents of three form elements and send the combined result to a CGI script. The only problem is, instead of putting spaces in between the terms like it was supposed to, it puts + signs between them...
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.