Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 93
Search took 0.20 seconds.
Search: Posts Made By: Roost3r
Forum: PHP 11-29-2005, 10:02 PM
Replies: 1
Views: 2,597
Posted By Roost3r
Question passing objects between pages

Hi,
I have created several classes and use them on my webpage; when i create the objects they query the database to populate the object variables... whats the best way to pass this object to other...
Forum: HTML & CSS 10-31-2004, 03:08 AM
Replies: 3
Views: 1,260
Posted By Roost3r
it had the same result of going more than 100% of...

it had the same result of going more than 100% of the browser height...
Forum: HTML & CSS 10-29-2004, 04:54 PM
Replies: 3
Views: 1,260
Posted By Roost3r
HTML table height problems

my site has 3 tables one on top of another.... in my bottom table i want one of the cells to go to the bottom of the browser... when i set the height to 100% it goes too far down the page... i also...
Forum: PHP 10-20-2004, 05:25 PM
Replies: 1
Views: 986
Posted By Roost3r
Seeing whose viewing your site

Hi,
I have a site that uses sessions and cookies, when a user visits my site i store their ip in my database to see whose currently viewing the site.... currently im also storing the time they...
Forum: PHP 05-14-2004, 06:48 AM
Replies: 2
Views: 2,229
Posted By Roost3r
ok i found out why; in my php.ini the memory size...

ok i found out why; in my php.ini the memory size limit is set at 8 mg

and after reading here http://www.kirupaforum.com/forums/showthread.php?t=55050 i can see why my 300kb files are exceeding...
Forum: PHP 05-14-2004, 06:22 AM
Replies: 2
Views: 2,229
Posted By Roost3r
allowed memory size # exhausted

In my php upload script if i upload a file larger than x; then i get this error

Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 1600 bytes) in...
Forum: PHP 05-12-2004, 08:15 AM
Replies: 3
Views: 811
Posted By Roost3r
im not sure where the logfile would be located ...

im not sure where the logfile would be located

i have access to the directory and files where im uploading my files to


ill email my host see if i can get some answers
Forum: PHP 05-11-2004, 09:38 PM
Replies: 3
Views: 811
Posted By Roost3r
Question Viewing the Apache Error Log

hi,
I have a file uploading script which uses gd to upload a image and create a thumbnail; the files are created however when i try to view them in the browser i get a apache forbidden error...
Forum: PHP 03-26-2004, 03:18 PM
Replies: 1
Views: 559
Posted By Roost3r
file writing issues

hi..
our invision forum dies when i try to change settings; i figures out its because when we try to edit the setting the configuration files info gets removed... i thought it was invision code that...
Forum: MySQL 02-27-2004, 02:00 PM
Replies: 7
Views: 679
Posted By Roost3r
ya i could add that extra field that wouldnt help...

ya i could add that extra field that wouldnt help my sorting function

see the last
subsubtest 10 12 3

that should be underneath
test 6 10 2

(test's id is 10, subsubtest's parentid is 10)
Forum: MySQL 02-26-2004, 10:36 PM
Replies: 7
Views: 679
Posted By Roost3r
im still having problems with this however i have...

im still having problems with this however i have made some progress... recursion wasnt working out at all so i just tried a few for statements... it got me farther but theres still a problem


...
Forum: MySQL 02-23-2004, 02:10 PM
Replies: 7
Views: 679
Posted By Roost3r
heres what ive been trying; $fstruct is the array...

heres what ive been trying; $fstruct is the array in which the sorted list should be in; $temp is the array to sort; $fcounter is the size of $temp

this will probably give anyone reading it a...
Forum: MySQL 02-23-2004, 06:50 AM
Replies: 7
Views: 679
Posted By Roost3r
Virtual Folder problem

Hi, in my database i have a table which stores a directory structure

folderstructure table
id, foldername, parentid

parentid points to its parents "id" (:p )

i need to retrieve this info...
Forum: PHP 01-13-2004, 03:00 AM
Replies: 2
Views: 937
Posted By Roost3r
Header Security Question

Hi, i have a login script that checks if a user has a correct username and password in a cookie, if it doesnt i do a

header("Location: ./login.php");

i need to know if people can get around the...
Forum: PHP 01-13-2004, 02:57 AM
Replies: 5
Views: 756
Posted By Roost3r
i use winsyntax, its free and works great for me

i use winsyntax, its free and works great for me
Forum: MySQL 01-13-2004, 02:54 AM
Replies: 7
Views: 726
Posted By Roost3r
i ended up combining the tables, works fine now,...

i ended up combining the tables, works fine now, thanks
Forum: MySQL 01-09-2004, 01:48 AM
Replies: 7
Views: 726
Posted By Roost3r
thanks for the help, since UNION's arnt...

thanks for the help, since UNION's arnt compatible with older versions, i think i need to store the info from both tables in a 2 dimensional array and sort the array based on the time

i think...
Forum: MySQL 01-09-2004, 12:53 AM
Replies: 7
Views: 726
Posted By Roost3r
i did a phpinfo() on the two servers ...

i did a phpinfo() on the two servers


mysql client api version:
server1: 3.23.56
server2: 4.0.15

PHP Version:
server1: 4.3.3
server2: 4.3.4
Forum: MySQL 01-08-2004, 11:51 PM
Replies: 5
Views: 730
Posted By Roost3r
$connection=mysql_connect("localhost",$username,...

$connection=mysql_connect("localhost",$username, $password) or die("Unable to connect!");

include("dbinfo.inc.php");

mysql_connect($conection);
i think you want to change that to this, you...
Forum: MySQL 01-08-2004, 11:40 PM
Replies: 7
Views: 726
Posted By Roost3r
i dont think a inner join would get me what i...

i dont think a inner join would get me what i want.... correct me if im wrong but a inner join would retrieve all the items from one table and only matching items from another,

i need to get ...
Forum: MySQL 01-08-2004, 11:30 AM
Replies: 7
Views: 726
Posted By Roost3r
SQL Join Problems

Hi,
I have 2 tables I need to join, they were created by this php code:

// add article table
@mysql_Query("CREATE TABLE `".trim($_POST["tblprefix"])."articles` (
...
Forum: PHP 06-23-2003, 07:37 PM
Replies: 3
Views: 647
Posted By Roost3r
<input type="text" maxlength="20" /> and in your...

<input type="text" maxlength="20" /> and in your database have the field length set to 20
Forum: PHP 06-23-2003, 05:14 PM
Replies: 2
Views: 716
Posted By Roost3r
Showing spaces in Posts

Hi,
I'm aware of the nl2br function that adds in <br /> for line breaks... is there a function to add spaces like a &amp;nbsp; for spaces? Like similar to how it works in this forum when someone posts...
Forum: PHP 06-13-2003, 05:29 AM
Replies: 2
Views: 823
Posted By Roost3r
I'm using client side cookies to store the...

I'm using client side cookies to store the username and encrypted password... i am using sessions on my site also, just not for the user information
Forum: PHP 06-13-2003, 03:40 AM
Replies: 2
Views: 823
Posted By Roost3r
login redirect problem

Hi,
I have a login, once users are logged in there is a logout button. When they click that it goes to another php page that destroys the cookies, then i want to redirect to the previous page......
Showing results 1 to 25 of 93

 
Forum Jump

All times are GMT +1. The time now is 05:34 AM.