Take info from one coloum and move to another
Hi all,
I have this:
Code: [Select]$array = "SELECT stock_id FROM stocks WHERE stock_
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Better Method of a Member Cloud
I assume most people know how tag clouds work, where the tags most used are bigger and the least use
Having Problem with Date
l have a submit buttom where user have the possibility to add a date to specify when his message s
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
some questions
Hello,
I am looking for the answers for following questions:
1) Does PHP support overl
preg-match with a string and numbers
Hi, I can't get the expression to work for my preg_match, what I'd like is for it to match the strin
SQL Query/echo not working
Hey all,
I'm trying to run (what I thought) was a simple operation and it isn't working. I h
Php - mysql select?
hi, i have this code:
Code: <?php
session_start();
// dBase file
include &quo