Author |
Message |
Topic: Text file database |
mrpaul
Replies: 1
Views: 5475
|
|
Hi, i'm trying to creat a text file that hold's data, now that easy but i also want a php script to read this text file and take actions acording to the data.
The text fiel would hold usernames and ... |
Topic: Email with php |
mrpaul
Replies: 5
Views: 8538
|
|
So what do i put in it? |
Topic: Email with php |
mrpaul
Replies: 5
Views: 8538
|
|
i am trying to send email with php,
my php code is;
<?php
$to = "paulgrogan@hotmail.com";
$from = "janedoe@anotherfakedomain.com";
$subject = "This is a test email";
$messag ... |
Topic: if && if |
mrpaul
Replies: 2
Views: 6442
|
Forum: PHP Posted: Thu Sep 29, 2005 10:29 pm Subject: if && if | |
|
hi, i need help with a script that checks to see IF to things are what i want them to be. the script sould be checking teh refererd link to see if it came form admin.php and if it did then echo someth ... |
Topic: else if |
mrpaul
Replies: 3
Views: 7162
|
Forum: PHP Posted: Tue Sep 27, 2005 11:26 pm Subject: else if | |
|
Great thanks it works, i always get mixed up with { and ; what dose { something } mean exatly?
and the errors, lol what can i say? i did post because i need help with it.
and the spelling is a just ... |
Topic: else if |
mrpaul
Replies: 3
Views: 7162
|
Forum: PHP Posted: Tue Sep 27, 2005 10:20 pm Subject: else if | |
|
Hey, i have made a news script that adds news to a page when submitted by a form, it check the passowrd witch works and then if it's wrong then it logs the ip witch is good, but if it's right it adds ... |
Topic: php form data probs |
mrpaul
Replies: 11
Views: 17289
|
|
Dont get me wrong i aint saying u tryied to post something on my site,
in the code, it only echos CENSORED off if they get the wrong password, so ther must be trying to post news and i think being told t ... |
Topic: php form data probs |
mrpaul
Replies: 11
Views: 17289
|
|
bah i'll sleep at night,
i only used it as a example here.
it's also not nice to post try to post news on my site when i never said it was ok. |
Topic: php form data probs |
mrpaul
Replies: 11
Views: 17289
|
|
nope it works fine, it dosent tell tehm to CENSORED off anymroe tho it logs ther ip and then sned then to my error 401 page |
Topic: php form data probs |
mrpaul
Replies: 11
Views: 17289
|
|
Thansk! |
Topic: php form data probs |
mrpaul
Replies: 11
Views: 17289
|
|
Hi, i am haveing probs with this php code here;
it's ment to add news to news.html
[php]
<?php
$addnews = "news.htm";
$news = $_POST['news'];
$name = $_POST['name'];
$pass = $_POST['pas ... |
Topic: No php =( |
mrpaul
Replies: 9
Views: 15079
|
Forum: PHP Posted: Sat Sep 24, 2005 2:07 pm Subject: No php =( | |
|
oh nvm that tutorial got it to work!
=)
i have a few more questions tho,
sould my php file have a icon? coz atm thery are all opening with notepad.
thanks! |
Topic: No php =( |
mrpaul
Replies: 9
Views: 15079
|
Forum: PHP Posted: Sat Sep 24, 2005 1:46 pm Subject: No php =( | |
|
ye thats typeo i chaged that but still get the 500 error i am gona try that tutorial but fisrt sould i re install abyss and php? |
Topic: Domain names with Abyss |
mrpaul
Replies: 1
Views: 6777
|
|
Hello all, i was thinking of getting a domin maybe in a week or 2
and am wondering, do i need to set anything up with abyss for it to use the domian or do i jsut link the domain to my ip,
and if tha ... |
Topic: No php =( |
mrpaul
Replies: 9
Views: 15079
|
Forum: PHP Posted: Sat Sep 24, 2005 11:32 am Subject: No php =( | |
|
Ok well first of i tried the tutorial but when i go to view the page it come up with a box saying
PHP ERROR
Error prasring c:\windows\php.ini on line 457
heres whats on line 457
extension_dir = e ... |
Topic: help |
mrpaul
Replies: 1
Views: 4866
|
|
hi i was wounder what bandwitch was and why i sould restict people of it i haev a 2.2 mb connected but wehn ppl connect to my site ther gona use that connec tion right? so dose bandwitch cost me? |
Topic: No php =( |
mrpaul
Replies: 9
Views: 15079
|
Forum: PHP Posted: Fri Sep 23, 2005 7:12 pm Subject: No php =( | |
|
this was in my cgi log
CGI: [C:\php\php.exe ] URI: /index.php Broken pipe
CGI: [C:\php\php.exe ] URI: /index.php Broken pipe
CGI: [C:\php\php.exe ] URI: /index.php Broken pipe
CGI: [C:\php\ph ... |
Topic: No php =( |
mrpaul
Replies: 9
Views: 15079
|
Forum: PHP Posted: Fri Sep 23, 2005 7:06 pm Subject: No php =( | |
|
Hey, i am haveing prob setting up php i read the tutorial
http://www.aprelium.com/abyssws/php.html ther and did what it said but when i go to my page,
HTTP 500 - Internal server error
i dont no ... |
|