Search found 23 matches

by bebensiganteng
Thu May 01, 2008 8:58 am
Forum: PHP - Code
Topic: Image upload with Flash, resize with PHP
Replies: 10
Views: 591

Re: Image upload with Flash, resize with PHP

If you're sorry, don't do it again.
no i wont
What part isn't working? The file moving part? The image resizing part.
The image resizing part
by bebensiganteng
Wed Apr 30, 2008 2:26 am
Forum: PHP - Code
Topic: Image upload with Flash, resize with PHP
Replies: 10
Views: 591

Re: Image upload with Flash, resize with PHP

~pickle | Please use [ code=html ], [ code=php ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: Posting Code in the Forums to learn how to do it too. Hi Guys Everah | Please use descriptive titles when posting in the...
by bebensiganteng
Tue Apr 29, 2008 8:28 am
Forum: PHP - Code
Topic: Image upload with Flash, resize with PHP
Replies: 10
Views: 591

Re: Newbie question

Guys... anybody knows the solution, pleasee :cry:
by bebensiganteng
Mon Apr 28, 2008 11:40 pm
Forum: PHP - Code
Topic: Image upload with Flash, resize with PHP
Replies: 10
Views: 591

Re: Newbie question

is the image uploaded biger than the new size you are trying to onvert it to?
Yes it does
by bebensiganteng
Mon Apr 28, 2008 8:26 am
Forum: PHP - Code
Topic: Image upload with Flash, resize with PHP
Replies: 10
Views: 591

Re: Newbie question

Hi Thanks for the reply, Well the move_uploaded_file() works when I used it, but the image doesnt get resized What i want is for the image to get resized first then stored in the server The weird thing is on my previous code (please see my first post) worked fine when I tried it on my local, the ima...
by bebensiganteng
Thu Apr 24, 2008 3:46 am
Forum: PHP - Code
Topic: Image upload with Flash, resize with PHP
Replies: 10
Views: 591

Image upload with Flash, resize with PHP

Everah | Please use descriptive titles when posting in the forums. I have edited your post title to show it like we would like to see it. Hi Guys, I'm trying to make an image upload through flash, and resize it in the php, but for some reason the file doesnt get copied within the server, see the co...
by bebensiganteng
Tue Jan 08, 2008 1:18 am
Forum: PHP - Theory and Design
Topic: Processing without any user interaction
Replies: 3
Views: 490

Processing without any user interaction

Hi guys, Is it possible to execute an action in a specific time through the server without any user interactions? Let say: A user plays an on line chess game but at the middle of the game he decided to finish it, he closed the browser (because maybe the application is taking too long to think about ...
by bebensiganteng
Thu Sep 06, 2007 12:47 am
Forum: PHP - Code
Topic: imagecopymerge trouble
Replies: 2
Views: 379

guys any ideas? please
by bebensiganteng
Wed Sep 05, 2007 10:17 am
Forum: PHP - Code
Topic: imagecopymerge trouble
Replies: 2
Views: 379

imagecopymerge trouble

i've just build an application in flash. what the application does basically allowed people to download an image from the flash application. i use php to catch the pixel data from the flash and then use imagecopymerge to merge the image with another background image ( which contain address, copyrigh...
by bebensiganteng
Sun Apr 08, 2007 10:13 pm
Forum: PHP - Code
Topic: Newbie question
Replies: 4
Views: 615

here is my code; $query = "SELECT name, comments, tanggal, email FROM guestbook"; $result = mysql_query($query, $handler); if(!$result) { print("<div id='alert'><p>Read Error</p></div>"); exit; } else { while ($row = mysql_fetch_assoc($result)) { //Secret.. } else { print("<...
by bebensiganteng
Thu Apr 05, 2007 12:46 pm
Forum: PHP - Code
Topic: Newbie question
Replies: 4
Views: 615

Newbie question

Hi guys please help,

How do you sort a guestbook from the earliest to the latest? because my guestbook seems sorting the input randomly

take a look at http://www.rahmat79.com

Thanks
by bebensiganteng
Thu Apr 05, 2007 12:45 pm
Forum: Databases
Topic: Newbie question
Replies: 1
Views: 688

Newbie question

Hi guys please help,

How do you sort a guestbook from the earliest to the latest? because my guestbook seems sorting the input randomly

take a look at http://www.rahmat79.com

Thanks
by bebensiganteng
Mon Feb 26, 2007 9:45 pm
Forum: PHP - Code
Topic: 1 on 1 video conferencing..possible?
Replies: 6
Views: 1817

Hi feyd

Is it java or java script?
by bebensiganteng
Mon Feb 26, 2007 9:44 pm
Forum: PHP - Code
Topic: Permission denied
Replies: 9
Views: 1330

You edited/uploaded the file as your user, but it must be readable by the user that the webserver runs as. Change permissions or owner/group.
Could you explain in more detail please, I'm just a beginner.. :)
by bebensiganteng
Mon Feb 26, 2007 2:36 am
Forum: PHP - Code
Topic: Permission denied
Replies: 9
Views: 1330

Addition.

Do you guys know anyway to get around this? can this restriction be disabled from the php script?

Ok Thanks again in advance