| We hope you enjoy your visit. You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free. Join our community! If you're already a member please log in to your account to access all of our features: |
| PHP Support Topic | |
|---|---|
| Tweet Topic Started: Apr 5 2005, 05:42 PM (2,074 Views) | |
| Das | Apr 11 2005, 01:13 AM Post #16 |
![]()
Smells of rich mahogany
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
So do you use HTML in PHP? Is MySlq a progam and if so is it free? are the on-line tutorials for MySlq any good? Are there any other things that are good to know for php? Do you know a free host the lets you use php(if you can't post the link can you pm it to me? I am a little fuzzy on if you can post links to help) |
![]() |
|
| Seth | Apr 11 2005, 03:20 AM Post #17 |
|
I has a pony
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
PHP only outputs HTML. It's MySQL, stop misspelling it http://mysql.com The manual is easy. Not really. No.
|
![]() |
|
| Das | Apr 11 2005, 10:40 AM Post #18 |
![]()
Smells of rich mahogany
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Sorry. I can pick up a book on either onn wedenesday, any suggestions? |
![]() |
|
| Seth | Apr 11 2005, 10:44 AM Post #19 |
|
I has a pony
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
PHP and MySQL Bible, the only one I recommend. |
![]() |
|
| dbzlotrfan | Apr 12 2005, 06:43 PM Post #20 |
|
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
is => 'smarty'? and if so what the heck is 'smarty'. if not then what is it. |
![]() |
|
| Seth | Apr 12 2005, 06:44 PM Post #21 |
|
I has a pony
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Huh? Smarty is a markup language. |
![]() |
|
| dbzlotrfan | Apr 12 2005, 06:48 PM Post #22 |
|
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
don't some of the IPB files have => in them like /soruce/topics.php or admin_pages.php ?. I was asking someone on AIM if they could make some mods for a forum and they asked if any of the files of the source has => in them. I said yes and this is what he said back: [17:23]: Well, then I can't help you. See, that's a very advanced source, most likly using "Smarty" in the code, which is a template system. I don't know Smarty, and don't plan to learn it, and if you don't know Smarty, then it is very hard to... um... work around it. |
![]() |
|
| Das | Apr 12 2005, 06:49 PM Post #23 |
![]()
Smells of rich mahogany
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Here is probably the biggest n00b question you will ever here, what is a markup language? |
![]() |
|
| Seth | Apr 12 2005, 06:57 PM Post #24 |
|
I has a pony
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
DLF: Oh. Well whoever told you that was really dumb ![]() => is an key-value link. In an array, you do something like $members = array( "DuffMan" => 1, "Seth" => 2); Das Ein: a language that changes the look or presentation of the content it delivers. |
![]() |
|
| KodeCing | Apr 19 2005, 12:32 AM Post #25 |
|
Member
![]() ![]() ![]()
|
I thought it was array( 1 => 'Bleh', 2 => 'Umm?' ); Bleh. I'm losing it. |
![]() |
|
| Jeremy | Apr 19 2005, 08:15 AM Post #26 |
![]()
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Seth is talking about creating an associative array that has the key (username) point to a number (value). |
![]() |
|
| Seth | Apr 20 2005, 12:00 AM Post #27 |
|
I has a pony
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Yep, they both are very valid (but different). |
![]() |
|
| kingy | Apr 20 2005, 11:11 AM Post #28 |
|
1 in 10 people understands binary, the other 1 doesn't
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
i use 100 webspace for my site for the forum locator, has always been good for me and now for my problems!!! Login Sessions I am making a login system for my site (a non IF one) that refers to an mysql database of members. I have the login.php page working, but i want it to set a cookie (session) to keep a user logged in while they browse. If somebody could write me one, or point me in the direction of a good one, i would appreciate it. All it needs to do is keep somebody logged in! |
![]() |
|
| Jory | Apr 20 2005, 11:58 AM Post #29 |
|
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
That would set a cookie that lasts 3 hours. Not sure how the timething works exactly. (Think you can just enter any number of seconds but I'm not sure about that) *Qj is working on something like that. (I want a multi topic guestbook alike thing where peolpe can join and have a edit function and stuff like that, and wanna make it myself) Not working on the loggin part yet. (But it can't be that hard :/ ) |
![]() |
|
| Seth | Apr 20 2005, 12:10 PM Post #30 |
|
I has a pony
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Don't use cookies, use sessions. Look up startsession() and the $_SESSION superglobal. |
![]() |
|
| 1 user reading this topic (1 Guest and 0 Anonymous) | |
| Go to Next Page | |
| « Previous Topic · Technology Chat · Next Topic » |
| Track Topic · E-mail Topic |
6:24 AM Jul 11
|




![]](../../../../0/1/0/p601690/pipright.png)




6:24 AM Jul 11