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

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

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




Request a PHP Tutorial

5 Pages V < 1 2 3 4 5 >  

Request a PHP Tutorial

Rating  5
ghqwerty

RE: Request A PHP Tutorial

1 Jan, 2009 - 05:32 AM
Post #41

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

Joined: 8 Aug, 2008
Posts: 748



Thanked: 24 times
Dream Kudos: 25
My Contributions
errrm, ok lol matyr2 deserves a flipping medal, im starting on the numbers ides for tutorials/snippets so keep an eye at the code section
User is offlineProfile CardPM
+Quote Post

scotty42

RE: Request A PHP Tutorial

10 Jan, 2009 - 05:02 PM
Post #42

New D.I.C Head
*

Joined: 1 Jan, 2009
Posts: 5

How about a tutorial for a PHP script that allows a user to build a "Choose Your Own Adventure" style story.
Kinda like this: http://makeyourownadventure.ning.com/
User is offlineProfile CardPM
+Quote Post

ghqwerty

RE: Request A PHP Tutorial

11 Jan, 2009 - 12:00 PM
Post #43

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

Joined: 8 Aug, 2008
Posts: 748



Thanked: 24 times
Dream Kudos: 25
My Contributions
all that is is a pimped up switch argument. you could run the info along the url bar or through hidden form fields and then use the switch function to find the correct 'section' of the story to display
User is offlineProfile CardPM
+Quote Post

osib

RE: Request A PHP Tutorial

11 Jan, 2009 - 01:38 PM
Post #44

New D.I.C Head
*

Joined: 11 Jan, 2009
Posts: 1

Blogging.

How about a PHP tutorial on how to create a simplistic blog that can be built upon.

Si. smile.gif
User is offlineProfile CardPM
+Quote Post

doctrinedhey

RE: Request A PHP Tutorial

13 Jan, 2009 - 09:33 PM
Post #45

New D.I.C Head
*

Joined: 12 Jan, 2009
Posts: 6

can you post how to import excel file to csv file using a php. plssssss.... happy.gif.. i would greatly apreciate it...

User is offlineProfile CardPM
+Quote Post

akozlik

RE: Request A PHP Tutorial

14 Jan, 2009 - 09:40 AM
Post #46

D.I.C Addict
Group Icon

Joined: 25 Feb, 2008
Posts: 776



Thanked: 38 times
Dream Kudos: 800
My Contributions
If you're looking for importing an Excel file into a MySQL database, I already covered it here

If you want to save an Excel file as a csv you should be able to just use File>Save As...
User is offlineProfile CardPM
+Quote Post

scotty42

RE: Request A PHP Tutorial

17 Jan, 2009 - 03:20 PM
Post #47

New D.I.C Head
*

Joined: 1 Jan, 2009
Posts: 5

QUOTE(scotty42 @ 10 Jan, 2009 - 05:02 PM) *

How about a tutorial for a PHP script that allows a user to build a "Choose Your Own Adventure" style story.
Kinda like this: http://makeyourownadventure.ning.com/


Well... I guess requesting a tutorial here doesn't always get ya one, or even a link to an existing one, or even a book recommendation that includes such a script......
But hey! I did eventually find the script I was looking for:
http://sourceforge.net/projects/extend-a-story/


User is offlineProfile CardPM
+Quote Post

akozlik

RE: Request A PHP Tutorial

20 Jan, 2009 - 09:07 AM
Post #48

D.I.C Addict
Group Icon

Joined: 25 Feb, 2008
Posts: 776



Thanked: 38 times
Dream Kudos: 800
My Contributions
Glad you found a script that works for you. We tend not to write tutorials on how to build large projects. Rather, we write tutorials to help you accomplish a specific thing. If you were having trouble with a particular part of your application we'd have been able to help you more, but to show you how to do the entire thing would take more time than I think people have.

That in mind, you may want to search around for some tutorials on software and game design. Once you've read some of those you may be better prepared to take on your project.

Finally, check out the tutorials on

Game Dev
Gamasutra
User is offlineProfile CardPM
+Quote Post

BPac2Pimp4U

RE: Request A PHP Tutorial

2 Feb, 2009 - 09:49 AM
Post #49

New D.I.C Head
*

Joined: 4 Nov, 2008
Posts: 4


My Contributions
Well, I've learned (X)HTML, CSS, and a little(Very little) php, in the time I've been with this site but after HTML i don't know why but it's been really hard for me to remember the codes.
Now I wouldn't ask anybody to go hrough the trouble to write a tut just for me about anythng, but maybe somebody knows about a website i can learn it from that I don't know about
I've tried w3schools, aside from this, and it was prety good but still a bit fast paced.
(And I very well may have missed a good tutorial that's on this site)

I appreciate any help, I'm desperate =P

This post has been edited by BPac2Pimp4U: 2 Feb, 2009 - 09:50 AM
User is offlineProfile CardPM
+Quote Post

akozlik

RE: Request A PHP Tutorial

2 Feb, 2009 - 12:37 PM
Post #50

D.I.C Addict
Group Icon

Joined: 25 Feb, 2008
Posts: 776



Thanked: 38 times
Dream Kudos: 800
My Contributions
What are you looking for a tutorial on? I'm a bit unclear.
User is offlineProfile CardPM
+Quote Post

ryklou

RE: Request A PHP Tutorial

22 Feb, 2009 - 07:39 AM
Post #51

New D.I.C Head
*

Joined: 22 Feb, 2009
Posts: 16


My Contributions
CMS Tutorial with php and MySql
User is offlineProfile CardPM
+Quote Post

cam888

RE: Request A PHP Tutorial

22 Feb, 2009 - 03:01 PM
Post #52

New D.I.C Head
*

Joined: 20 Feb, 2009
Posts: 26


My Contributions
QUOTE(sfw @ 29 Apr, 2008 - 02:28 PM) *

Hello, I would like to learn how to pass variables using sessions. i can't find a tutorial that makes sense to me. i'm very new at php.

i know how to get variables from forms but want to display an already defined variable on another page when the user pushes a submit button.

for example:
$fname ="Carlos";

//now, on another page i want to be able to show display the $fname variable.

I would like to learn more about sessions so feel free to go more into depth but i need to start at beginning.

thank you very much.

There already is one:

http://www.dreamincode.net/forums/showtopic51558.htm
User is offlineProfile CardPM
+Quote Post

kalashnekoff

RE: Request A PHP Tutorial

26 Feb, 2009 - 10:41 PM
Post #53

New D.I.C Head
*

Joined: 26 Feb, 2009
Posts: 1


My Contributions
Hi all, my scenario:

Upon entry of a url (through form submit button) i need to obtain the number of words and number of hyperlinks on that submitted url page. Am i best off using php file handling to first create a text file then analyse the source code to obtain the info or is there a more automated way? Ideally the user doesn't want to see any browser windows or such, just enter the url and get the numbers.

Overview
I was looking at creating a simple 'navigability test' application to save the source code of a submitted url into a txt file through php file handling, once it is entered into a form by me. The test simply to find the ratio of words to hyperlinks in that text file and retaining those 1or2 values. Then i want to approach linking a database(MySQL) and manipulating/displaying the results through a html interface. The latter stages im more or less comfortable with its the initial event of obtaining the values for analysis that im struggling fathoming. Is there a wiser approach though?

1.Do i even need to create a text file to analyse the web page for the number of words/links?
2.Is this easily approachable with php script or should i try pursuing an applet or otherwise to complete this task?
3.Is this the best approach???

*Available languages for me include perl php and jsp and
sorry i went on ok!..

Any thoughts on architechture/functions/methods/tutorial pointers greatly appreciated, many thanks my intellectual elders.
User is offlineProfile CardPM
+Quote Post

bmcginnis

RE: Request A PHP Tutorial

3 Mar, 2009 - 11:53 AM
Post #54

D.I.C Head
**

Joined: 21 Feb, 2009
Posts: 80

I would like to see a socket tutorial. Maybe something basic like sending and receiving messages.
User is offlineProfile CardPM
+Quote Post

akozlik

RE: Request A PHP Tutorial

3 Mar, 2009 - 12:05 PM
Post #55

D.I.C Addict
Group Icon

Joined: 25 Feb, 2008
Posts: 776



Thanked: 38 times
Dream Kudos: 800
My Contributions
That's a pretty good idea. I'll write one up this week.
User is offlineProfile CardPM
+Quote Post

andryxxx

RE: Request A PHP Tutorial

4 Mar, 2009 - 07:36 AM
Post #56

New D.I.C Head
*

Joined: 26 Feb, 2009
Posts: 2

tutorial of regex?
tnx smile.gif
User is offlineProfile CardPM
+Quote Post

ryan14

RE: Request A PHP Tutorial

4 Mar, 2009 - 07:54 PM
Post #57

New D.I.C Head
*

Joined: 4 Mar, 2009
Posts: 1

I need 2 php tutorials. A tutorial to create a wikipedia type wiki, and a tutorial to create a video sharing site like YouTube.
User is offlineProfile CardPM
+Quote Post

akozlik

RE: Request A PHP Tutorial

5 Mar, 2009 - 10:53 AM
Post #58

D.I.C Addict
Group Icon

Joined: 25 Feb, 2008
Posts: 776



Thanked: 38 times
Dream Kudos: 800
My Contributions
QUOTE(andryxxx @ 4 Mar, 2009 - 10:36 AM) *

tutorial of regex?
tnx smile.gif


I've actually already written two of those.

Regex 1
Regex 2
User is offlineProfile CardPM
+Quote Post

andryxxx

RE: Request A PHP Tutorial

9 Mar, 2009 - 07:34 AM
Post #59

New D.I.C Head
*

Joined: 26 Feb, 2009
Posts: 2

QUOTE(akozlik @ 5 Mar, 2009 - 10:53 AM) *

QUOTE(andryxxx @ 4 Mar, 2009 - 10:36 AM) *

tutorial of regex?
tnx smile.gif


I've actually already written two of those.

Regex 1
Regex 2


thanks!!! smile.gif
it's very complete!
User is offlineProfile CardPM
+Quote Post

dgersting

RE: Request A PHP Tutorial

15 Mar, 2009 - 09:33 PM
Post #60

New D.I.C Head
*

Joined: 23 Feb, 2009
Posts: 8


My Contributions
I'm looking for either a script (or the start of one) or a good tutorial on creating a hierarchical (inheritance-based) permissions system for PHP. (All my attempts quickly become fubar)

I've been searching to no avail for a couple months now. All I'm finding are scripts and tutorials that are either several years w/o an update, or poorly written.

A thousand thanks to any takers.



Thanks!

This post has been edited by dgersting: 15 Mar, 2009 - 11:21 PM
User is offlineProfile CardPM
+Quote Post

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

Time is now: 11/21/09 10:03PM

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