Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Php Mysql Page Loading Notice
Hi all,
I was wondering if there is a way (Sure there is) of showing a message or an image wh
use an array from 1 class in a second class
I have a class that adds data to an array
Then I have a second class and I need to check if t
Members Only
Hi all, for my website i have a members area only which on members can veiw, but at the moment anyon
Take info from one coloum and move to another
Hi all,
I have this:
Code: [Select]$array = "SELECT stock_id FROM stocks WHERE stock_
Ajax not working on IE 6 for Windows CE
I've created a webpage which uses the classis Ajax in following format:view plaincopy to clipboardpr
UDP server recvfrom() always returns -1? :(
Hello all,
I am getting a very strange error in my code :( I am writing a server application in C
PHP MySQL and DATE
Hi everyone
I have a databse and in one of the columns I have date values such as 2009-March-
problem in program for counting no of chars using pointers
Hi all, I was trying to make a program which counts number of chars in a string using concpt of poin
http to https
Hi,
Is there any specific method/condition to move an http:// page to https:// ?