Home > Archive > PHP Language > September 2004 > Classified ads
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| static 2004-09-14, 8:56 pm |
| Hello,
I am trying to learn how to install a php classified ads page. I have
downloaded Codegirl Classifieds, Geoauctions Lite, Almond Classifieds and a
few others. I read all the read me files but they don't make much sense.
Can any one point me in the right direction to start to understand how this
all works. I do know some HTML. Any help would be appreciated. TIA
| |
| Richard Grove - Žed Eye Media 2004-09-15, 8:58 am |
| "static" <static@aol.com> wrote in message
news:4aL1d.26162$2s.19379@twister.nyroc.rr.com...
> Hello,
>
> I am trying to learn how to install a php classified ads page. I have
> downloaded Codegirl Classifieds, Geoauctions Lite, Almond Classifieds and
a
> few others. I read all the read me files but they don't make much sense.
> Can any one point me in the right direction to start to understand how
this
> all works. I do know some HTML. Any help would be appreciated. TIA
>
>
Buy a book on PHP and read it.
I recommend Wrox Publishing books.
You can't expect to know how to do something unless you learn can you?
Regards
Richard Grove
http://www.shopmaker.co.uk - UK Ecommerce Shop Systems
| |
|
| <alt.comp.lang.php , static , static@aol.com>
<4aL1d.26162$2s.19379@twister.nyroc.rr.com>
<Tue, 14 Sep 2004 23:30:08 GMT>
> I am trying to learn how to install a php classified ads page. I have
> downloaded Codegirl Classifieds, Geoauctions Lite, Almond Classifieds and a
> few others. I read all the read me files but they don't make much sense.
> Can any one point me in the right direction to start to understand how this
> all works.
>
- upload the folder to your webspace
- run the e.g. /install/install.php file
- fill in the boxes with your mysql database settings
- click on ok
With some apps you might need to edit a file usually called something
like config.inc.php before you run the /install/install.php file but the
readme file will tell you if you need to do that .
You might also need to CHMOD some files and folders using something like
www.smartftp.com , You just need to right click on the file or folder on
your webspace and select CHMOD from the popup menu - again the readme
file will tell you if you need to CHMOD any files or folders .
(if you have WINDOWS hosting and not UNIX hosting then you can ignore
all the CHMOD stuff)
Most php/mysql apps pretty much use the same sort of installation
routine and once you have installed a few of them it becomes very easy .
All of this does depend if your webspace supports php/mysql of course
:-)
|
|
|
|
|