ORA-01017: invalid username/password; logon denied
Dear All,
I am facing problem in taken backup from db13 it comes up with the following l
Coding Critique
I was hoping someone could take a second and look down my code and see if they see any problems with
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
Format timestamp from mysql
When I tried this:
Code: date("m/d/Y H:i A", $row['timestamp'])
I got 12/31/1969 18:
Remove directories not empty
hi,
i have an array that contains some names (1,4,6,56...). Every integer is a name of a folder.<
timezone change with date()
so i put all my times for posts in my made from scratch forum(not phpbb3 or sm)
in my mysql db u
Getting rid of quotes when printing data
Hi Guys, I use the filter_var FILTER_SANITIZE_STRING to filter the textarea input. The function esca
PHP / MySQL Associative Multidimensional Array:
Hello.
I have data in a MySQL Table that adheres to the below: (note, no index, could add if
Read from a text file after a specific word
Hi all.
I have a text file that looks like the one below.
I know how to open the text fi
Google voice
I currently have a form in html, but I want it in php so the information is not in the source code.<