Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
insert quotes
Hi,
I have an output like this:
Code: john,18,Cancer
How can I change this to
Code:
first id from db not showing
I have a php script which displays the content of a mysql table as a html table with sorting, delete
Problem with variable declaration in switch statement
Hello, I am having some trouble assigning a value to a variable inside a switch statement. What I a
[RESOLVED] Socket/Port remains open after app crashes
I'm having this problem with a networked app in vb.net.
If the program exits normally the por
Displaying Column Names
I have a question regarding the ability to show the column names from my table/query.
What I'm lo
Exporting new records
Trying to figure out the best way to set this up.
People register my site.
Their prof
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
php email checker
I am having alot of trouble finding info on how to do these email things. I need to do the following
PHP & MS Access - Line Break
Hey Guys!
I'm pulling records from an MS Access database and listing them using PHP and I'm r