Closed Thread Icon

Topic: Pharo Tek IV: The PHP Menace (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9945" title="Pages that link to Topic: Pharo Tek IV: The PHP Menace (Page 1 of 1)" rel="nofollow" >Topic: Pharo Tek IV: The PHP Menace <span class="small">(Page 1 of 1)</span>\

 
Patrick
Bipolar (III) Inmate

From: Houston, Texas
Insane since: Dec 2001

posted posted 01-27-2002 02:05

Ok. i figured i would start a new topic considering that im am going to do my best to make my Site a Php coded site. This way my entire site can be integrated into php and MYSQL databases. To start off, My site is "Under Construction" and the files for my site will be located at:
http://pharotek.xtremeconfusion.com/

that is for now, til i get the whole php thing off the ground.

Now since i want to make my site PHP code then i need to learn the language right? well i dont know diddly and would like to learn. Anyone got a tutorial site you know of that i could learn the basics of PHP?

[edit]I will post what im hoping to accomplish in a new site design in another post[/edit]

Coming to a Computer Screen Near You

<B>Pharo Tek

Patrick
Bipolar (III) Inmate

From: Houston, Texas
Insane since: Dec 2001

posted posted 01-27-2002 02:35

double post


[This message has been edited by Patrick (edited 02-09-2002).]

hooray for humans
Bipolar (III) Inmate

From:
Insane since: Jan 2002

posted posted 01-27-2002 05:57

well it's a start... you might want to take a few aspirin before the headache sets in from all the reading, heh.
www.newbienetwork.net
www.zend.com
www.phpdeveloper.org

Patrick
Bipolar (III) Inmate

From: Houston, Texas
Insane since: Dec 2001

posted posted 01-27-2002 06:47

once again no need for this post

[This message has been edited by Patrick (edited 02-09-2002).]

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 01-27-2002 14:56

PT: OK progress (I hope I didn't prematurely close the last thread though)

hooray for humans provided some good links (and welcome to the Asylum) and take a look at the material available here:
www.gurusnetwork.com/tutorials/php/phptemplate/phptemplate.html www.gurusnetwork.com/tutorials/approval/templatedesign2/index.shtml www.gurusnetwork.com/tutorials/php/dynamic_php_mysql_1.html

and here (DevShed in particular offer a nice series of tutorials in PHP and MySQL which should provide an awful lot of what you are looking for):
www.devshed.com www.phpbuilder.com

Read through them have a play, get a bit of testing done to see how things work and you'll be throwing together dynamic database driven sites in no time!!

Emps


Beware the foreparts of a woman, the hindparts of a mule, and all sides of a priest - English proverb

Patrick
Bipolar (III) Inmate

From: Houston, Texas
Insane since: Dec 2001

posted posted 02-02-2002 05:48

well i got a way to get my site in php and cut down on my file size. i have looked over those tutorials at GN. Do if you check
http://pharotek.xtremeconfusion.com/index.php

you can see my php crap. i need to get those links set up and then start work on my database



<B>Pharo Tek

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 02-04-2002 17:40

PT: I'm a little confused. I went to the link and I can't see any PHP (which means you're doing something right!!). I presume you've got the design sliced up into includes which should mean you've made a first step. Keep us updated on how this is going and let us know if you need any help.

Emps

Patrick
Bipolar (III) Inmate

From: Houston, Texas
Insane since: Dec 2001

posted posted 02-04-2002 23:35

Im wondering how i can make all my links:

Header.php:

code:
<select class="nav" onChange="MM_jumpMenu('parent',this,0)">
<option>Site Navigation</option>
<option>----------------------</option>
<option value="http://pharotek.xtremeconfusion.com/">Home</option>
<option value="http://pharotek.xtremeconfusion.com/projects.php">Projects</option>
<option value="http://pharotek.xtremeconfusion.com/article.php">Articles</option>
<option value="http://pharotek.xtremeconfusion.com/award.php">Awards</option>
<option value="http://pharotek.xtremeconfusion.com/contact.php">Contacts</option>
</select>



look like:

code:
<select class="nav" onChange="MM_jumpMenu('parent',this,0)">
<option>Site Navigation</option>
<option>----------------------</option>
<option value="http://pharotek.xtremeconfusion.com/">Home</option>
<option value="http://pharotek.xtremeconfusion.com/[b]index.php?link=projects[/b]">Projects</option>
<option value="http://pharotek.xtremeconfusion.com/[b]index.php?link=articles[/b]">Articles</option>
<option value="http://pharotek.xtremeconfusion.com/[b]index.php?link=awards[/b]">Awards</option>
<option value="http://pharotek.xtremeconfusion.com/[b]index.php?link=contacts[/b]">Contacts</option>
</select>




im want to make it like that, were it just calls the files. Eithier that or actually make the entire site one file



[This message has been edited by Patrick (edited 02-09-2002).]

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 02-05-2002 02:08

PT: That looks fine and you are on the right lines with converting the links in the drop down menus. I would recommend not making your site one file as it will get horribly complicated fast (although you can but as your code gets more complex as it will the file size will rapidly go up) so you might want to leave the drop down boxes as they are.

You could then have articles.php and call specific ones via articles.php?article=2, etc. I don't see any advantages in making it one file although there are ways to make it easier if you go down that road.

Emps

Patrick
Bipolar (III) Inmate

From: Houston, Texas
Insane since: Dec 2001

posted posted 02-16-2002 04:09

*bump*



<B>Pharo Tek

Synthetic
Paranoid (IV) Inmate

From: under your rug,
Insane since: Jul 2001

posted posted 02-16-2002 15:47

*bump*? um I thought this topic was finished because I can't get to the page... it tells me If I can see the page I'm on the FBI's suspected terrorist list... or in other words I get a 404 error page... So if you still want comments on that page, check out the link.... and see what da matter...

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 02-16-2002 16:36

Synthetic: I'm not sure but I think we are now looking at (otherwise I'm also on the FBI's lists - although I've suspected it for a while!!):
http://pharotek.xtremeconfusion.com

PT: If this is right I'll change the link at the top of this thread (or you can).

Emps

Patrick
Bipolar (III) Inmate

From: Houston, Texas
Insane since: Dec 2001

posted posted 02-17-2002 05:01

ok here is the link: http://pharotek.xtremeconfusion.com

Emps: will you close this thread. i dont think php is the thing for my to work on right now. i really just want to set up a basic site right now and then start work on seting up that database. i will start a new thread as a i get my site set up and more complete. for the mean time you can chech up on my site when ya'll like by going to :
http://pharotek.xtremeconfusion.com



<B>Pharo Tek

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 02-17-2002 15:07

Patrick: OK what ever is good for you. I can leave this thread open so that people can review those pages or you could start a new thread asking for reviews and I'll close this one. Whichever you want.

[edit: OK continued here: www.ozoneasylum.com/Forum6/HTML/000812.html
closing thread...]


Emps

[This message has been edited by Emperor (edited 02-18-2002).]

« BackwardsOnwards »

Show Forum Drop Down Menu