PHP School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a PHP Expert!

Join 307,007 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 2,033 people online right now. Registration is fast and FREE... Join Now!




Request a PHP Tutorial

5 Pages V < 1 2 3 4 > »   

Request a PHP Tutorial

Rating  5
Ricendithas

RE: Request A PHP Tutorial

23 Jul, 2008 - 07:23 PM
Post #21

D.I.C Head
**

Joined: 12 Jul, 2008
Posts: 56


My Contributions
Hello can anybody teach me how to handle error pages in PHP? I mean if you entered a wrong URL a custom Error 404 page will be displayed.

Thanks smile.gif
User is offlineProfile CardPM
+Quote Post

JBrace1990

RE: Request A PHP Tutorial

24 Jul, 2008 - 06:23 PM
Post #22

D.I.C Addict
Group Icon

Joined: 9 Mar, 2008
Posts: 602



Thanked: 46 times
Dream Kudos: 350
My Contributions
QUOTE(Ricendithas @ 23 Jul, 2008 - 08:23 PM) *

Hello can anybody teach me how to handle error pages in PHP? I mean if you entered a wrong URL a custom Error 404 page will be displayed.

Thanks smile.gif


http://www.pageresource.com/zine/custom404.htm
User is offlineProfile CardPM
+Quote Post

Ricendithas

RE: Request A PHP Tutorial

26 Jul, 2008 - 09:34 PM
Post #23

D.I.C Head
**

Joined: 12 Jul, 2008
Posts: 56


My Contributions
Say, is it possible to create or add new users to the MySQL Server using PHP? By users, I mean the one that can log in or access the server. Thanks. smile.gif
User is offlineProfile CardPM
+Quote Post

JBrace1990

RE: Request A PHP Tutorial

26 Jul, 2008 - 10:13 PM
Post #24

D.I.C Addict
Group Icon

Joined: 9 Mar, 2008
Posts: 602



Thanked: 46 times
Dream Kudos: 350
My Contributions
QUOTE(Ricendithas @ 26 Jul, 2008 - 10:34 PM) *

Say, is it possible to create or add new users to the MySQL Server using PHP? By users, I mean the one that can log in or access the server. Thanks. smile.gif


http://www.php-mysql-tutorial.com/mysql-tu...-mysql-user.php
User is offlineProfile CardPM
+Quote Post

user10

RE: Request A PHP Tutorial

7 Aug, 2008 - 12:44 PM
Post #25

New D.I.C Head
*

Joined: 7 Aug, 2008
Posts: 4

QUOTE(asadarnell @ 5 Jun, 2008 - 01:09 PM) *

I need a tutorial on how to make the results from a form go into a table. Like where someone can enter name, phone number, email, etc, and it go into a table with columns for each area. Seems simple, but not sure.

Thanks


Look at PHP / MySQL simple address input at YourTutorial.net
User is offlineProfile CardPM
+Quote Post

Ricendithas

RE: Request A PHP Tutorial

9 Aug, 2008 - 05:01 PM
Post #26

D.I.C Head
**

Joined: 12 Jul, 2008
Posts: 56


My Contributions
Is there such code wherein I can display all the filenames of all the files within the current directory using PHP?

Thanks. smile.gif

This post has been edited by Ricendithas: 9 Aug, 2008 - 05:01 PM
User is offlineProfile CardPM
+Quote Post

Moonbat

RE: Request A PHP Tutorial

9 Aug, 2008 - 05:52 PM
Post #27

D.I.C Regular
Group Icon

Joined: 30 Jun, 2008
Posts: 423



Thanked: 24 times
Dream Kudos: 600
My Contributions
QUOTE(Ricendithas @ 9 Aug, 2008 - 06:01 PM) *

Is there such code wherein I can display all the filenames of all the files within the current directory using PHP?

Thanks. smile.gif

You can use scandir()
User is offlineProfile CardPM
+Quote Post

kummu4help

RE: Request A PHP Tutorial

13 Aug, 2008 - 02:41 AM
Post #28

D.I.C Head
Group Icon

Joined: 4 Aug, 2008
Posts: 235



Thanked: 4 times
Dream Kudos: 25
My Contributions
QUOTE(Ricendithas @ 9 Aug, 2008 - 06:01 PM) *

Is there such code wherein I can display all the filenames of all the files within the current directory using PHP?

Thanks. smile.gif


yes as mentioned above scandir is a good function .. go to php.net and see the examples there.. u con't get a good source than that.. atleast in my view rolleyes.gif
User is offlineProfile CardPM
+Quote Post

subwayheaven

RE: Request A PHP Tutorial

19 Aug, 2008 - 05:24 PM
Post #29

New D.I.C Head
*

Joined: 22 Jun, 2008
Posts: 6

Hello,

I have a website (Did you guess?)

I have a small MMORPG installed on it.

I would like to add more features to my MMORPG (Like big fat DIRTY NUKES! biggrin.gif)

I have something called phpmyadmin on my control panel witch looks usefull.

I understand how to define and varibles, however, I'm confused on how to save them to databases e.g.

I found many tutorials that simply say how to use "IF" statements and loops for example. But not how to use them.

Please try and help me on this one. Thanks.

Dave

(Feel free to ask me related questions)
User is offlineProfile CardPM
+Quote Post

JBrace1990

RE: Request A PHP Tutorial

22 Aug, 2008 - 03:09 PM
Post #30

D.I.C Addict
Group Icon

Joined: 9 Mar, 2008
Posts: 602



Thanked: 46 times
Dream Kudos: 350
My Contributions
try looking at w3schools or tizag for php tutorials... they'll explain everything...
User is offlineProfile CardPM
+Quote Post

Mcbazzo

RE: Request A PHP Tutorial

29 Aug, 2008 - 10:01 AM
Post #31

D.I.C Head
**

Joined: 29 Aug, 2008
Posts: 72

ok so ive got wamp which apparently has everthing i need but where do i pt the codes?
User is offlineProfile CardPM
+Quote Post

akozlik

RE: Request A PHP Tutorial

29 Aug, 2008 - 10:38 AM
Post #32

D.I.C Addict
Group Icon

Joined: 25 Feb, 2008
Posts: 776



Thanked: 38 times
Dream Kudos: 800
My Contributions
QUOTE(Mcbazzo @ 29 Aug, 2008 - 02:01 PM) *

ok so ive got wamp which apparently has everthing i need but where do i pt the codes?


Did you install it? It should have installed to something like

C:\wamp


All your php files should go into

C:\wamp\www\

Just look for the www directory. If you don't know what directory you installed to, just do a search for the folder 'www'.
User is offlineProfile CardPM
+Quote Post

eben khaldoun

RE: Request A PHP Tutorial

9 Sep, 2008 - 04:21 AM
Post #33

New D.I.C Head
*

Joined: 28 May, 2007
Posts: 21


My Contributions
PHP tutorial about the PHP basics, will be very nice

User is offlineProfile CardPM
+Quote Post

ghqwerty

RE: Request A PHP Tutorial

9 Sep, 2008 - 09:32 AM
Post #34

if($spareTime > 0){ $this->writeCode(); }
Group Icon

Joined: 8 Aug, 2008
Posts: 748



Thanked: 24 times
Dream Kudos: 25
My Contributions
if you want the basics like jbrace said go to w3schools or tizag for the basics
User is offlineProfile CardPM
+Quote Post

didgy58

RE: Request A PHP Tutorial

7 Oct, 2008 - 03:55 AM
Post #35

D.I.C Head
**

Joined: 23 Oct, 2007
Posts: 241



Thanked: 1 times
My Contributions
maybe a nice tutorial on creating a OOP mysql class, that handles the connection, as well as sql statements and everything, as i would really love to write one for myself but not sure how to do go about it
User is offlineProfile CardPM
+Quote Post

jamillion

RE: Request A PHP Tutorial

31 Oct, 2008 - 11:11 PM
Post #36

D.I.C Head
Group Icon

Joined: 22 Jul, 2008
Posts: 79



Thanked: 6 times
Dream Kudos: 75
My Contributions
QUOTE(dubs07 @ 3 Jan, 2008 - 04:36 PM) *

hi guys i am completely new to this site and to coding (apart from HTML noob ) but i have made a few website but i am short on a few things e.g. PHP

this may be noob question but i want to have users login, register etc.

What coding do i need to do? And in dreamweaver if i choose New>Dynamic Page>PHP . can i stil code and design like a basic html page??

sorry if thats too confusing sorry msg me and i will try to explain better

Your answer to the dreamweaver question is yes and stick with dreamweaver its a very good piece of software!
If you want to learn about PHP i recommend "PHP & MySQL Web Development all - in - one desf reference for DUMMIES"
hope this helped
(btw the book i mentioned show you how to make a login script a shopping cart logou script regester script and all the other tuff like that)
User is offlineProfile CardPM
+Quote Post

RudeDog1

RE: Request A PHP Tutorial

5 Dec, 2008 - 02:21 PM
Post #37

New D.I.C Head
*

Joined: 20 Nov, 2008
Posts: 23

Im setting up vSignup which is made by the same person as vAuthenticate (recommended a few posts back).

I keep getting this error
Parse error: syntax error, unexpected T_STRING in vSignup/signupconfig.php on line 31

anyone know what this could be?

EDIT: http://www.dreamincode.net/forums/index.php?showtopic=75243
started a new topic for this question

This post has been edited by RudeDog1: 5 Dec, 2008 - 02:38 PM
User is offlineProfile CardPM
+Quote Post

akozlik

RE: Request A PHP Tutorial

5 Dec, 2008 - 02:23 PM
Post #38

D.I.C Addict
Group Icon

Joined: 25 Feb, 2008
Posts: 776



Thanked: 38 times
Dream Kudos: 800
My Contributions
You're probably missing a semi colon or parenthesis around there. Can you give us the code from line 20 - 40. The error should be around line 30.

Also, please in the future post questions about particular problems in their own thread. This thread is only for questions regarding tutorials.

This post has been edited by akozlik: 5 Dec, 2008 - 02:23 PM
User is offlineProfile CardPM
+Quote Post

RudeDog1

RE: Request A PHP Tutorial

5 Dec, 2008 - 02:51 PM
Post #39

New D.I.C Head
*

Joined: 20 Nov, 2008
Posts: 23

thank you, I have posted the link to the new topic in my edit
User is offlineProfile CardPM
+Quote Post

shujin

RE: Request A PHP Tutorial

30 Dec, 2008 - 10:35 PM
Post #40

New D.I.C Head
*

Joined: 30 Dec, 2008
Posts: 1

CODE
hi there ! <br>
Im practical student, start to learning this PHP programming, Hope u guyz can give a hand. :) <br>can help me with coding for calculate.?


This post has been edited by shujin: 30 Dec, 2008 - 10:48 PM
User is offlineProfile CardPM
+Quote Post

5 Pages V < 1 2 3 4 > » 
Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 07:07AM

Live PHP Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

PHP Tutorials

Reference Sheets

PHP Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month