Search found 8 matches

by tonyacunar
Mon Dec 18, 2006 9:20 am
Forum: PHP - Security
Topic: Limiting Number of Browsers Open at the Same Time
Replies: 2
Views: 1141

Limiting Number of Browsers Open at the Same Time

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
by tonyacunar
Thu Nov 23, 2006 5:33 pm
Forum: Databases
Topic: Dynamic Table Name
Replies: 4
Views: 634

hmm, you might be right, actually you are right cuase many tables would make the whole organization suck.. thanks for the suggestion i think that is way much smarter
by tonyacunar
Thu Nov 23, 2006 3:53 pm
Forum: Databases
Topic: Dynamic Table Name
Replies: 4
Views: 634

Hi, thanks for your reply, it is actually a table that keeps track of users score in a table they make with the game name. So that is why I have chosen to implement it that way just that I cant make it read the dynamic name
thanks
by tonyacunar
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...
by tonyacunar
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
by tonyacunar
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
by tonyacunar
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...
by tonyacunar
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...