Search found 9 matches

by freeAngel_007
Wed Aug 06, 2008 2:15 pm
Forum: PHP - Code
Topic: strange problem with 2 mysql db. and 2 clases.
Replies: 2
Views: 132

Re: strange problem with 2 mysql db. and 2 clases.

i get only error from mysql as query error.

but query is 100% ok
by freeAngel_007
Tue Aug 05, 2008 1:14 pm
Forum: PHP - Code
Topic: strange problem with 2 mysql db. and 2 clases.
Replies: 2
Views: 132

strange problem with 2 mysql db. and 2 clases.

ok I have 2 databases called login_db and db i have main index.php file called as first then I have 2 clases in 2 different files (I use them to connect db). index.php   <html> <head></head>   <body> <pre> <?php require_once('login_db.class.php'); require_once('db.class.php');   class test extends d...
by freeAngel_007
Wed Jun 25, 2008 3:20 am
Forum: Javascript
Topic: javascript picture resize down if need, and submit it
Replies: 5
Views: 845

Re: javascript picture resize down if need, and submit it

no I need it to upload pictures on my website server throught html form..

so I was wondering how to do it by automatic process ...

thx for your posts
by freeAngel_007
Tue Jun 24, 2008 4:29 pm
Forum: Javascript
Topic: javascript picture resize down if need, and submit it
Replies: 5
Views: 845

Re: javascript picture resize down if need, and submit it

but the problem is that if i want upload larger image (more than 2MB) it will not upload that file to server and then its impossible to use GD
by freeAngel_007
Tue Jun 24, 2008 3:11 pm
Forum: Javascript
Topic: javascript picture resize down if need, and submit it
Replies: 5
Views: 845

javascript picture resize down if need, and submit it

Hi all, i have a problem with javascript (i am new in javascript). i need submit picture file form to php script. But first I need to check size of the image if is need then resize this image down and then submit it resized. i have this code but it dont submit file if it resize image so the question...
by freeAngel_007
Fri Jun 20, 2008 1:17 pm
Forum: PHP - Code
Topic: array error
Replies: 3
Views: 312

Re: array error

many thanks phice it works now...
by freeAngel_007
Fri Jun 20, 2008 12:39 pm
Forum: PHP - Code
Topic: array error
Replies: 3
Views: 312

array error

Hi all, I have this strange error on php server. Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/clients/look4place.com/look4place.com/dev/includes/classes/GUI.class/GUI.class.php on line 1228 and my code is           $query = "SELECT city FROM orders WHERE ...
by freeAngel_007
Thu Jun 19, 2008 2:33 pm
Forum: Javascript
Topic: works great in firefox dont work in IE
Replies: 1
Views: 338

works great in firefox dont work in IE

Hi I am so angry on Microsoft.... :banghead: I have an upload file form in html:   <form method="POST" enctype="multipart/form-data" action="upload.php"> <table border="0" width="100%" cellspacing="0" cellpadding="0" class="d...
by freeAngel_007
Thu Jun 19, 2008 12:34 pm
Forum: PHP - Code
Topic: how to upload large file to DB
Replies: 7
Views: 421

how to upload large file to DB

Hi guys, I hope i am in right topic :drunk: Ok I have a problem with picture uploading. I have a working HTML form and PHP script which is uploading the file to MySql. But the problem is if i want upload picture with more than 2MB it don`t Work. Is there any way how I can resize and make it smaller ...