Database 'Validation'
Hi everyone,
I'm trying to validate the password entered by the user with the password in the dat
php mysql script to find record
Hi,
Currently I have a simple table with 4 columns. A, B, C, D
If I want to find all
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
Connect to database that isn't localhost
I am currently doing a small script for a company that doesn't have mySql support on there hosting.
Pulling out some result data from MYSQL
Hey Guys,
I've built a PHP page that has a for just imagine something like registration form
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Get keys and values from an array
Hellow,
I have an array $Data with keys and values. With a foreach I can display all the valu
import table with dependency
Hi
What is the best way to import table back which has dependency?
SQL> cre
Protecting forms
Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spa
Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav