Tag Archives: Php Gd

just out of curiosity

Is there methods to get a variety to post information into the same page that it’s on I used to be thinking something like this. don’t understand why it is not working. < html> < head> < /head> < body> < php $a = $_get ‘input’; > < variety action=" sample. php" method=" get" > < enter type=" text" name=" input" size=" 10" > < enter type=" submit" value=" display" > < /form> < php reveal ‘$a’ > < /body> < /html> or maybe methods to get this details to post into the page without refreshing the page You ought to be using $_POST as opposed to $_GET (and they are as shown… you had it typed wrong). Without specifying " action", it will eventually assume the identical file (or script) because itself. PHP: < html> < head> < /head> < body> < php$a  =  $_POST’input’; > < form  method=”post”> < input  type=”text”  name=”input”  size=”10″> < input  type=”submit”  value=”display”> < /form> < php  echo  ‘$a’  > < /body> < /html> acceptable well, maybe you can help me together with my final goal… i need to make an application that will allow people to create their own internet business cards. sort … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Building Images on the Fly

Greetings Everyone, Hopefully someone might help me. I want my users to acquire the ablilty to custom produce a product by picking style, color, etc. and have the actual image updated based on their selection. Is this possible without having images skin color various combinations check out " php gd". Thanks to your reply. Am I correct that this must run on the actual server side Regarded as a also be using a DB db seriously isn’t required no. yes this is a server side program code. hi dorky, oughout r right.

Posted in Web Design | Tagged , , , , , , , , , , | Leave a comment

Please point me in right direction – client populating a table of images and descrips

Hi Just joined this specific forum and was hoping for someone to aid me figure out and about ‘a client wishes to edit their private website scenario / Err! ‘ Basically a have a simple page website for the auto dealer. On one page the client wants to have a list of autos in the particular garage with summary description and graphic. It needs that they are possible to check out the image link that can bring the viewer into a page with more pictures in the auto and further more text details. I had set this up with simpleviewer and flickr though the layout was drastically wrong for them so its returning to the drawing boards of what they desire (see below) among what I need is here Paudy Buckley I’m am utilized to searching and series etc however I have no idea what format WHEN I should even be researching just for this. Is it software just like frontpage etc is it some type of database I need to setup on the equipment Can anyone i highly recommend you point the steps that we need to explore to achieve this type of developed I created the website with … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Web Form?

Howdy All, Throughout southern california Ian and I’m basically a newbie to web page design and development. I’m hoping someone may also help me with a specific request. I want to put a form in a article for business cards where potential prospects can type of their business details and the information entered is usually immediately viewed over a template on the same webpage (see linked image). What you see on the attached image is a result i need to achieve. Will there be a certain instrument or app or program i want to achieve this Many thanks in advance Ian What you wish to accomplish shall be really advanced. I suppose it could be done with Flash, or maybe with extensive PHP GD adjustment. There are pre-made scripts made in this way: http: //productsdesigner. com/online-card-designer-v21 It really is expensive though… because doing so is advanced, qualified software. By using PHP GD, it might be easy to put text over a graphic and manage size and position, but to create the GUI (graphical end user interace), and get drag-drop images, real-time switching of text, font improvements, colors… that’s the most big deal. I don’t think you would like to stick … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment