Forum: PHP 32 Days Ago |
| Replies: 6 Views: 185 Alright thanks a lot I will give that a go. |
Forum: PHP 32 Days Ago |
| Replies: 6 Views: 185 I am not allowing any tags with strip_tags, and I will try the htmlspecialchars also.
And... can preg_replace help? Replace any "</>" tags? If so can someone show a quick usage as I am not... |
Forum: PHP 33 Days Ago |
| Replies: 6 Views: 185 Hi guys, I asked a friend to try and hack my site to see how safe it is. He hasn't been able to get to the database or do any serious damage but he has used JS Injection to block my strip_tags();... |
Forum: PHP Oct 18th, 2009 |
| Replies: 2 Views: 229 Wow thanks, thats pretty much what I needed ^_^
Sorry if you couldn't understand my question,
I will give this a go, thanks!
-Toxikr3 |
Forum: PHP Oct 18th, 2009 |
| Replies: 2 Views: 229 Hi guys, I have a very simple question I can't solve because I haven't used arrays.
How can I make a For Loop that increments by 1 and when it does that takes the value and puts it in an array.
... |
Forum: PHP Sep 8th, 2009 |
| Replies: 4 Views: 218 thanks I'll look into the link. |
Forum: PHP Sep 7th, 2009 |
| Replies: 4 Views: 218 I didn't know where to post this so please move this if it is in the wrong place.
I need flash to read from my database(mysql database) and also write to it. I tried doing it through php>xml>flash... |
Forum: PHP Aug 12th, 2009 |
| Replies: 2 Views: 217 Thank you, I will give that ago
-Toxikr3 |
Forum: PHP Aug 11th, 2009 |
| Replies: 2 Views: 217 Hi guys, I am in need of a code that can put the values of a column in an array. EG:
I have a database with usernames, and I wanted each username to be stored in an array automatically, so each time... |
Forum: PHP Jul 22nd, 2009 |
| Replies: 20 Views: 1,152 Thank you! I haven't been able to get to the coding yet, since I am very busy with other stuff but this certainly will help!
-Toxikr3 |
Forum: PHP Jul 21st, 2009 |
| Replies: 20 Views: 1,152 Thanks! I was wondering about the comparison code :D
-Toxikr3 |
Forum: PHP Jul 20th, 2009 |
| Replies: 20 Views: 1,152 Alright, I will try that, thank you.
-Toxikr3 |
Forum: PHP Jul 20th, 2009 |
| Replies: 20 Views: 1,152 Yes, it has a cpanel, it only asks me to put the file name to run, and when to run it. Its quite simple, but I don't know if I need to run the code posted or a new code. Will the code know which user... |
Forum: PHP Jul 20th, 2009 |
| Replies: 20 Views: 1,152 Yes! It is available. I never noticed it before -_-
I don't know how to use it, is it possible for you to help me out a bit? Please and thank you.
EDIT:
Do I just run the code that was... |
Forum: PHP Jul 19th, 2009 |
| Replies: 20 Views: 1,152 I am using a free webhost and don't know if they have cron on it, is there a code to check it or should I just go to help and support? |
Forum: PHP Jul 19th, 2009 |
| Replies: 20 Views: 1,152 Just realized, I meant even if the user isn't on the website. Like if they have navigated away from the site, or closed their browser.
Sorry for double post.
-Toxikr3 |
Forum: PHP Jul 19th, 2009 |
| Replies: 20 Views: 1,152 Thank you! Thank you! Thank you! It has worked, but I have one little concern =D
This only logs you out if you go to the page after the time has elapsed, so it only refreshes the values in the... |
Forum: PHP Jul 19th, 2009 |
| Replies: 20 Views: 1,152 Gah!! It does not work. I have looked at the link and tried both of them, I am currently trying to use the simpler one:
$the_time = time() + (1*60);
if($_SESSION['timestamp'] < $the_time)
{... |
Forum: PHP Jul 19th, 2009 |
| Replies: 20 Views: 1,152 Thank you, I will try that now.
-Toxikr3 |
Forum: PHP Jul 19th, 2009 |
| Replies: 20 Views: 1,152 Thank you, I will try that.
EDIT: Well, I looked up time, and it is harder then I thought. Is it possible for you to show how the code can be used?
I have used:
$today = getdate();
print_r... |
Forum: PHP Jul 18th, 2009 |
| Replies: 20 Views: 1,152 Hi guys, I have been working on a site and have managed to add a login script. I made an "status" script myself which tells people if a user is online or not.
I did that by using database(easiest... |
Forum: PHP Jul 15th, 2009 |
| Replies: 3 Views: 445 Thank you for your replys, I will try them out and hope it works.
-Toxikr3 |
Forum: PHP Jul 14th, 2009 |
| Replies: 3 Views: 445 Hi guys, I was trying to implement a friends script but I encountered this error
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for... |
Forum: PHP Jul 11th, 2009 |
| Replies: 5 Views: 507 Thank you for the replys guys, it has given me an idea to work around with. I'll try it out and see if it works.
Though I am wondering how to send the confirm message to the certain person.
... |
Forum: PHP Jul 10th, 2009 |
| Replies: 5 Views: 507 Hi guys, I am in need of a simple friends list code. I don't know how to start it, but I have gotten an idea, maybe anyone of you can help?
I have setup a database with login and password, I want... |
Forum: PHP Jul 5th, 2009 |
| Replies: 4 Views: 340 May I please see the login code with the security? I am currently trying to make a login system and this will help me greatly. Thanks. |
Forum: PHP Jul 5th, 2009 |
| Replies: 4 Views: 2,260 Hi, I am sorry to bump this post, I don't know how old it is. I need help with this type of thing. I am working on something very similar. This is what I have done so far:
I have a database(MYSql)... |