PHP GD

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gringog
Forum Newbie
Posts: 4
Joined: Mon Sep 04, 2006 6:20 pm

PHP GD

Post by gringog »

I am trying to do a feature in my website to act like

http://www.untitledstates.com

I already have a website with the ability to hold the images, I just have no idea on even how to start writing a php code, let alone incorporate it with GD, my site etc etc

any php people wanna make a quick buck or spell it out
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

well start with...

Code: Select all

$img = imagecreatefromjpg('someImageFile.php');
and then visit here and you're well on your way!
gringog
Forum Newbie
Posts: 4
Joined: Mon Sep 04, 2006 6:20 pm

thx for that

Post by gringog »

do i type that in to a script editor?

how much wld u charge for a one image page to change to start?
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

script editor
yes. and upload it to a php capable server with a .php extension.
I wrote:Ensure that you are willing to pay me and sign a contract AND are local enough so we can meet in person
If you meet those requirements PM me. But I'd say not too much, couple of hours.
gringog
Forum Newbie
Posts: 4
Joined: Mon Sep 04, 2006 6:20 pm

php

Post by gringog »

Lets chat tommorow

my email

guy @ thebrandingiron.co.uk

thx and lookforward to chatting - maybe through skype

of course i will ay, im in devon but happy to chat over skype etc, if you provide a quote I would be happy to provide %50 in advance and %50 on completion
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Sounds reasonable. I've got skype. Talk tomorrow like you said.
gringog
Forum Newbie
Posts: 4
Joined: Mon Sep 04, 2006 6:20 pm

skype name - gpmdub

Post by gringog »

although may be better to text type as my feed back is un audible!!
Post Reply