|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
||||
|
||||
|
While I understand and agree that it is nice to have it all at your immediate access, I also feel that the help you receive from a webhost (free or not) is valuable for a beginner. I feel the transition from using a host to hosting your own should be easier than jumping right into it.
As for some of your statements, I really don't agree. FTP is just as fast as saving on your own machine. Host interfaces are not "annoying."
__________________
www.xoise.com - www.ourfreegames.com - www.g1games.com - www.randomtools.net - www.xenocide-rpg.com - Lyrics Search Engine |
|
#17
|
||||
|
||||
|
Quote:
As for learning the control panel and staying with that host...most linux hosts use cPanel! And if not that then i believe it is plesk the second most common!!
__________________
|
|
#18
|
||||
|
||||
|
Thanks for all the comments guys, like I said before I'll look at it in more detail in a week or two. I'd rep you all but the new years rep fest has probaly stopped that
|
|
#19
|
||||
|
||||
|
Quote:
|
|
#20
|
||||||
|
||||||
|
Quote:
Time for the questions to start as I've started to look at learning php. I opted to go for free hosting at xr4free which isn't brilliant, had down time yesterday but it'll do if I'm only spending 30 minutes twice a week on this for now. I have a problem with this code, well just a general programming problem. If $i is already used in the while statement, then how can I get data from another table like the stuff commented out. What I'm trying to do in the code is loop through taking data from one database table, whilst extracting further data from another table based on the results from the first table. (the code can explain it better than I can) Please point out if I'm using completely the wrong technique for anything/everything, this is just adapted from examples on the net. I'm a php n00b so feel free to treat me like one php Code:
|
|
#21
|
|||||
|
|||||
|
ok, a different way of coding i have to say but still
![]() the commented out bits, a quick glance would suggest that you should use something other than $query and $result as they have already been used ![]() Other than that you don't give any errors so i don't know what i am looking for. to be honest i wouldn't go about it this way. General code for getting info from two dbs ... there are two ways, you can use two query's a bit like you are or you can use a join statement! I will try to explain the first as i think that is easier to understand for beginners. php Code:
Hopefully all that kinda helps, if you need anything explained let me know. More than happy to help. Might be better to post it in a different thread tho so post it there and PM me!! Loadsa ppl helped me out when i was learning PHP so i am happy to return the favour!! |
|
#22
|
||||
|
||||
|
Quote:
Thanks, I'll look at it tomorrow, do you know any sites that have examples with the correct syntax/coding standards to learn from? |
|
#23
|
||||
|