Database connection failure
Hello All,
I am trying to create new connection to Oracle DB 10.1,
I could not see a
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Count on multidimensional array
Hi, i got an array as below:
Array
(
=> Array
(
Get dump of MySQL DB from Live Site
I'm after an easy, but secure way of generating and importing a MySQL dump from a remote server.
Question about GD library
I am trying to make an image that shows a random quote from my database.
However I want t
Parse XML
Good day,
I use oempro software and try to parse XMLReturn but it's not working for me, simpl
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou
Getting a variable to work in function params
I have this fuction which is inside a class:
Code: public static function generateEmbedCode($
How would I do "Users not logged in since *** delete them"
I know how I would set this up, and delete the user roughly.
I'll create a table called "Use
using a loop help
Hi guys , i need some help. I have this loop :
while ($row = mysql_fetch_assoc($Result)) { ?&