Hello,
I have a website where I do queries, and unfortunately if I have two browsers open I get some issues with the data. I have decided that I dont want two browsers+ from the same user on my website. Is there any way to limit this?
thanks
-Jose
Search found 8 matches
- Mon Dec 18, 2006 9:20 am
- Forum: PHP - Security
- Topic: Limiting Number of Browsers Open at the Same Time
- Replies: 2
- Views: 1141
- Thu Nov 23, 2006 5:33 pm
- Forum: Databases
- Topic: Dynamic Table Name
- Replies: 4
- Views: 634
- Thu Nov 23, 2006 3:53 pm
- Forum: Databases
- Topic: Dynamic Table Name
- Replies: 4
- Views: 634
- Thu Nov 23, 2006 2:45 pm
- Forum: Databases
- Topic: Dynamic Table Name
- Replies: 4
- Views: 634
Dynamic Table Name
Hi guys, I want to make a table for each user that is created and I want it to be named after the users username. I have the code but I cant seem to get the variable read in. Can you guys help me out? The sql is literally naming the table "$username" Here is the code: $createtable = 'CREAT...
- Fri May 12, 2006 8:14 am
- Forum: PHP - Code
- Topic: uploading in php
- Replies: 7
- Views: 872
thanks
thanks guys, I got the upload working. Those are all good tips, I think im going to implement that image renaming thing too
-tony
-tony
- Thu May 11, 2006 1:50 pm
- Forum: PHP - Code
- Topic: uploading in php
- Replies: 7
- Views: 872
sorry
sorry, I meant to say that folder, my folder is good. My php error log actually gives me a syntax error which is really weird. Thanks
- Thu May 11, 2006 11:57 am
- Forum: PHP - Code
- Topic: uploading in php
- Replies: 7
- Views: 872
uploading in php
Hello, I want users to be able to upload images to my server. I tried using the code from the PHP manual website but my servers PHP log catches a syntax error where there is none. I have a folder called images, and my apache/php is set to accept files. Here is the code perhaps you guys have any tips...
- Thu May 11, 2006 11:20 am
- Forum: PHP - Code
- Topic: Using PHP to upload
- Replies: 4
- Views: 598
Using PHP to upload
Hello, I want users to be able to upload images to my server. I tried using the code from the PHP manual website but my servers PHP log catches a syntax error where there is none. I have a folder called images, and my apache/php is set to accept files. Here is the code perhaps you guys have any tips...