CBG, cut and paste the code below into a new file with a PHP extension - e.g. createtable.php. Load it up into you server and call it using a browser - e.g. http://www.yourdomain.com/createtable.php
Please fill in the blanks (e.g. <YOUR_DB_HOST&…
I was just wondering - if you're sharing Adsense impressions with forum members, how are you going to get more money :)
I have to admit though that you're one entrepreneuring young man!
To link horizontal text to a URL:
1a. Use the Text tool to select text in a text block.
1b. Use the Arrow tool to select a text block on the Stage (to link all the text in the block)
2. If the Property inspector is not already displayed, choose Win…
Yes, I could code the SQL command to create the table. Have you created the database yet?
1. Go to your admin panel and create the database.
2. Tell me the database name
3. Tell me the name of the host where the database is hosted
4. Tell me how ma…
That's a good one - I'm going to try that one out on some of my customers.
The two rules in life.
Rule 1: The wife is always correct.
Rule 2: If you do not agree, refer to Rule 1.
Thanks captain. Good article - I'll have a try.
Btw, I've confirmed with my host that mod_rewrite is installed server-wide. Do I need to do anything on my side to activate it? How would I know if it already works? Any tips or tricks?
I suggest that you just go with Dreamweaver - easy is good. Don't reinvent the wheel.
If you're dead serious with just a plain editor, go for ultra-edit - best you can find. I downloaded a copy before at download.com.
CBG, I think you'd just have to learn how to use the phpMyAdmin interface - unless you don't mind giving the ID/Password to someone to go in and create the table for you.
It's actually very easy.
The fla file is only used in design-time. You should publish your work as a swf file. If you have a swf file named myflash.swf, you can put the code below into the body section of a html file:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-4…
1. Anything preceded by a $ is a variable which you can assign values to
2. $db_host is the name of your host - e.g. bimmercenter.com
So you can either:
$db_host="bimmercenter.com";$id_link=mysql_connect($db_host,$database-username,$datab…