|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hello! My Name is TheGoldeagle, I come form AG (AvidGamers.com). I want to make a php script out of PHP, MySql, and if needed JS. I know some about all three. I am learning but I need help. If you are willing to help me contact me at goldeneagleflyer1@msn.com. I have a site on AG but AG only suports html, and Js. The site is just for writing the script. After we are done I will host it on my server. If you would like to help please e-mail me. This is just a fun project. I want to make a Battle script were members can fight members and members can fight monsters. This will be a complex script so that is why I am asking for your help. Is there anyone willing to help
Thanks TheGoldeagle |
|
#2
|
|||
|
|||
|
While I don't mean to disuade you from seeking help on the forums, this is usually a place where you bring your own PHP problems, i.e. on the scripts you yourself are working on. You may very well be able to recruit someone to help out, or you might try the Hire a Programmer forum.
|
|
#3
|
|||
|
|||
|
How about I post my script and you guys help me with it? Cuse I need some help on stuff. Would that be better?
TheGoldeagle |
|
#4
|
||||
|
||||
|
Quote:
Good luck and post away when you have an issue ![]()
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
|
#5
|
|||
|
|||
|
I have a signup page called SignUp.php. I want users to send me data and it store in my db. How can I do this?
|
|
#6
|
|||
|
|||
|
Also I then want to get the info and have it show up on sertain places. How do I do that?
|
|
#7
|
|||
|
|||
|
you dont, you can't do this with computers.
you need a sewing machine and some denim. www.google.com |
|
#8
|
|||
|
|||
|
Well How can I stor info form users and call on it later? Or What would be another method for doing that? Is there no language that can do somthing even similar to this?
|
|
#9
|
||||
|
||||
|
It's very easy you know?
just do this: Code:
<?php
header("Location: http://www.google.com/search?q=php+...=utf-8&oe=utf-8");
?>
Just go visit PHP.net for manuals on PHP. Deal? |
|
#10
|
|||
|
|||
|
What you describe and more can be done with PHP & MySQL. You're on the right track, you just need to read some PHP tutorials and perhaps the PHP manual, along with the MySQL tutorial.
You can find several good (albeit outdated) PHP tutorials here on Devshed. Start with PHP 101 and then Website database basics with PHP & MySQL. And yes, google is a good resource as well. ![]()
__________________
BookMooch.com : Give books away. Get books you want. |
|
#11
|
||||
|
||||
|
moved to project help wanted
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#12
|
|||
|
|||
|
Can anyone here make me a grid (10X10: 100 Locations). I want it so that the player starts on one square, If there's another player on the square you can attack him and then after you attack them you can then move to another sqaure, by like East, West, North, South, Northsouth, ect. If you need more details let me know.
|
|
#13
|
|||
|
|||
|
So basicley a Grid type battle game. Also I need all the SQL Statments.
|
|
#14
|
|||
|
|||
|
Or Just the first few so I can do the rest.
|
|
#15
|
|||
|
|||
|
This sounds to me like a simplified web-based game of chess?
Wouldn't it be better to use Flash rather than PHP? You can do some great stuff with PHP, but because it's server side, there would be loading time between each move. Maybe I've got the wrong idea. Anyway, as mentioned above, the best thing you can do is some PHP / MySQL tutorials. The great thing about learning PHP is there is soooo much good info on the net - you don't need to buy any books like the poor asp developers have to. I started with the webmonkey tutorials. www.webmonkey.com That will teach you how to get information in and out of a database. Last edited by Sadu : January 5th, 2004 at 10:11 PM. |