Hi Chris, thanks for the great tips!!
I will be modifying the site with your recomendations....
We'll see in a few weeks if it results in some more positive search results.
Thx
Mike
Hi All,
For those with a little knowledge of SEO, here's a quick question.
From what I've read, it seems that the links you have on your site to the other pages on your site, influence search engines in giving you a better rank.
Currently, my menu links are all displayed via an include file...
Hi,
I'm wondering if there is anyway to turn on / off the error warnings displayed by PHP. I keep getting Warnings for unset variables at the top of my page, but they aren't actually errors.
Thx
HI All,
I'm not receiving an error on this, but no records are being added to my table. Please see code excerpt below:
<?php
$link = mysql_connect('localhost', 'root', '');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully'...
Hi All,
I'm new here, and hoping someone can help me with what should be an easy one.
In my URL I have this:
http://localhost/PHPTest/test.php?TransAction=Save&lngNew=1
from PHP I am trying to get the Transaction variable like so:
$TransAction = $_POST['TransAction'];
My FORM Method is set...
Hi All,
I'm looking at some example code on the php.net website trying to learn the language.
What does this mean?
printf("ID: %s Name: %s" ......
What do the %s chars evaluate to?
Thx!
Hey Maverick,
Good stuff, I've now installed PHP and mySQL and have everything running and have created my database with the MySQL Control Center.
I'm running in an IIS environment but everything seems to be working correctly.
So thanks for your help thus far...its been much appreciated.
I...
HI All,
I've created my first MySQL db. It's currently located in the C:\MySQL\Data directory. BTW, I'm using Win 2000 Pro
Normally in the past, using ASP, I've been able to put my Access database directly amongst my ASP files and call it from my ASP script.
How do I set this up in PHP? Do I...
Hi All,
I'm new to MySQL. I've installed the package in a Windows 2000 environment and now would like to create my first db.
I open the winmysqladmin.exe utility but on the database tab, I am not able to create a new db. I only have the Flush options.
Am I missing something?
Thx!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.