Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 5th, 1999, 07:22 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
hmm!

I wasn\'t expecting anyone to put my PHP/MySQL experiences on their site...

please do tell me if theres a better way to do things.

Reply With Quote
  #2  
Old August 6th, 1999, 02:08 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Tut

Hi there,

Just wanna say you\'ve got a great tut there! But where is the actual Joe\'s used auto sales page? Does it exist at all?

Keep up the good work!

Tristan

Reply With Quote
  #3  
Old August 11th, 1999, 06:11 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Yes there is

Yes there is .. as far as a relational database ( from the sense of results grouping rather than constructional efforts)
and as far as on the fly generated pages with pre set rules of variables and hosts of pre set auto detected variables built in PHP . the MYSQL/PHP combination especially on a unix , memory savy server Super exceed any other solution I have heardof tested or used.. THE TIME SPENT LEARNING THIS IS WELL WORTH IT.
Asem Aly
CEO
SMART TECH.

Reply With Quote
  #4  
Old August 12th, 1999, 03:33 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Next part?

He man, when will the next part come out?
Good story btw.

Greetz,

Quassum

Reply With Quote
  #5  
Old August 12th, 1999, 11:52 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
no shell

I have my PHP and MySQL database hosted on a free site that supports both of these, although what I don\'t have is shell access. Is there any way to create a PHP page that I could use to administer my database. At the least I need to be able to add tables and set their options... Any suggestions?

Reply With Quote
  #6  
Old August 13th, 1999, 08:39 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: no shell

Try phpMyAdmin there\'s a link on the projects page of php.net


Reply With Quote
  #7  
Old August 14th, 1999, 01:52 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
newbie problems

When doing this I get:
<br>
Fatal error: Call to unsupported or undefined function mysql_connect() in /home/zodiac/public_html/add.php3 on line 25
<br>

<br>
am i missing something? is this an apache problem? I have the php mod installed, is there a mysql mod to install? and which one?
<br>
<br>
thanks

Reply With Quote
  #8  
Old August 15th, 1999, 12:13 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Tut

well Joe\'s autos is just a name i used the tutorial is based around a project i had to do for "Buy Right Cars" buyrightcars.co.nz but don\'t expect to see the site any time soon as they still have not paid...

Reply With Quote
  #9  
Old August 15th, 1999, 12:15 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Next part?

I am working on it... Im just a little busy with other projects

soon

Reply With Quote
  #10  
Old August 15th, 1999, 03:09 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: no shell

Or go there directly:
http://phpwizard.net/phpMyAdmin/

There\'s also an online demo to try it out.

Reply With Quote
  #11  
Old August 15th, 1999, 03:42 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Next part?

Kewl, oh btw there\'s a typo in the part you\'ve to insert in the database, the last lne before the closing tag (picture_name) ends with an , you shouldn\'t place one there. But please work on your next part, your tut. was very usefull, I have a bit different version now with error checking etc. If you want that version mail me. But work on the next part! I\'ll be looking forward to it.....

Reply With Quote
  #12  
Old August 19th, 1999, 10:41 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: newbie problems

I\'m a newbie too, but I get this problem in my linux box.

I have downloaded the PHP3 source and the APACHE source and followed the instructions to compile PHP3 and APACHE with MySQL support and all work very well.

Reply With Quote
  #13  
Old August 20th, 1999, 03:02 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Tut

Yes, I too have plenty of clients who pay promptly on lawsuite....

Sigh.

A nice tutorial. I too started working with PHP due to the speed with which you can get things done with it. Wish the language was more python-like (human readable) rather than perl/c-like (twitsted freak hacker readable) though. Why DO peole like && instead of AND - AND is even easier to type!

Perspiring minds want to know.

Looking forward to your next installment.

Alan

Reply With Quote
  #14  
Old August 20th, 1999, 03:10 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: hmm!

You\'ve just used a couple dozen lines of code (including HTML) to create a program to update a mysql database. How much easier do you want? <GRIN>

Alan

Reply With Quote
  #15  
Old August 28th, 1999, 01:48 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: newbie problems

Make sure you have MySQL support in your
<br>
web server. Linux users w/Apache from
<br>
rpm should find the mod_mysql rpm or an
<br>
Apache rpm with MySQL support enabled.
<br>
Find the mod_mysql rpm that matches the
<br>
version of your Apache rpm.
<br>
<br>
If you are compiling from source (preferred)
<br>
you can enable MySQL support in Apache
<br>
at compile time.
<br>

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > User-Contributed: PHP, Mysql, and Images


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT