Search found 23 matches

by Circle
Tue Oct 31, 2006 9:30 am
Forum: General Discussion
Topic: Assigments
Replies: 3
Views: 917

I would suggest you attempt to understand and solve other users' coding problems that are presented here. Some are quite simple, others are more complex, but users will provide a great variety of challenges to learn from. I believe so to that's the way I learned HTML in the past but I would like to...
by Circle
Tue Oct 31, 2006 9:18 am
Forum: General Discussion
Topic: Assigments
Replies: 3
Views: 917

Assigments

Is some one on this forum aware of a website that gives you PHP assigments to do in a learning way. Browsing the web I find a lot of good tutorials to learn PHP but I allway's have found it more easy to learn while doing it. If not would some one be kind enough to support me in this and give me assi...
by Circle
Sun Oct 08, 2006 4:30 pm
Forum: PHP - Code
Topic: IP, date, writing, redirect
Replies: 4
Views: 722

Just a stupid question but is there any way to give it the dutch timezone?
by Circle
Sun Oct 08, 2006 4:11 pm
Forum: PHP - Code
Topic: IP, date, writing, redirect
Replies: 4
Views: 722

IP, date, writing, redirect

I need a file that searches some ones IP and the writes it and the date and time it was collected to a file called for example index.txt and the redirects the user to the second page.

Does any one know the best way to do this?

Thanks in advance.
by Circle
Mon Sep 11, 2006 5:13 am
Forum: PHP - Code
Topic: form using PHP
Replies: 13
Views: 749

I'm trying to collect info from visitors like their name, adress etc. and then write it in a different file. For example I want to collect their $name and $adres and the write it to a file called names_and_adresses.php That result in something like: $name=inserted name $adress=inserted adress This s...
by Circle
Mon Sep 11, 2006 5:02 am
Forum: PHP - Code
Topic: form using PHP
Replies: 13
Views: 749

It's early so I'm a bit confused over here now is it possible to add a

Code: Select all

action=''
To each individual line like:

Code: Select all

<input name="username" type="text" action='".$name."' value="" \>
by Circle
Mon Sep 11, 2006 4:55 am
Forum: PHP - Code
Topic: form using PHP
Replies: 13
Views: 749

Thanks GM I'm aware of the differnce between POST and GET after reading a 450 pages book on PHP5 the only problem is it wasn't in my own language so I understood half of it witch now results in my asking people for help to understand some issues I run into. But could you also look at my previous que...
by Circle
Mon Sep 11, 2006 4:49 am
Forum: PHP - Code
Topic: form using PHP
Replies: 13
Views: 749

I just realised there will be more then one field that needs to have content before it gets submitted but if I will use: echo "<form action='".$name."' method='POST'>\n everything will be set to $name Is there any way to prevent this and I can get serveral for example $name, $street e...
by Circle
Mon Sep 11, 2006 4:39 am
Forum: PHP - Code
Topic: form using PHP
Replies: 13
Views: 749

If I change it do I still need to keep

Code: Select all

<method='POST'>
if I use it in the same file?
by Circle
Mon Sep 11, 2006 4:15 am
Forum: PHP - Code
Topic: form using PHP
Replies: 13
Views: 749

form using PHP

I got 2 problems trying to use a form to collect information. This is the code I'm using: echo "<form action='info.php' method='POST'>\n <input type='text' name='name'>\n <imput type='submit' value='Submit name'>\n </from>\n"; My first problem is that when I open the file no submit button ...
by Circle
Sat Aug 12, 2006 7:58 pm
Forum: PHP - Code
Topic: table problem
Replies: 4
Views: 692

I got it running on my localhost but here is the complete file couse that is it what I think you mean if not please correct me. <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> <td align="left" valign=&quo...
by Circle
Sat Aug 12, 2006 7:46 pm
Forum: PHP - Code
Topic: table problem
Replies: 4
Views: 692

table problem

Hey all I got a problem over here. I got a phpBB forum and after the installation of a MOD something wen wrong with one of the tables no one on the phpBB forums seem to know an answer for this problem and a lot of people are wondering what it is sinds they all face the same so I thought about asking...
by Circle
Sun Aug 06, 2006 6:25 am
Forum: PHP - Code
Topic: domain - subdomain
Replies: 4
Views: 340

This is the warning I get: Warning: include() [function.include]: php_network_getaddresses: getaddrinfo failed: No address associated with hostname in /home/blogvol/public_html/common.php on line 219 Warning: include(http://www.blog.mysite.com/nbs/no_forum_selected.html) [function.include]: failed ...
by Circle
Sat Aug 05, 2006 9:39 pm
Forum: PHP - Code
Topic: domain - subdomain
Replies: 4
Views: 340

domain - subdomain

I got some code here from a script that allows people to host something on my domain but the broblem is that it can only be used on the domain itself at the moment while I need to use it at a subdomain (http://www.something.mysite.com) instead of (http://www.mysite.com). I hope some one can look int...
by Circle
Sat Jul 08, 2006 8:25 pm
Forum: PHP - Code
Topic: bg color
Replies: 8
Views: 576

I'm not worried I'm working on it for someone else.