www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Server-Side Development > PHP

    PHP Discussion and technical support for using and deploying PHP based websites.

    Reply
     
    Thread Tools Rate Thread Display Modes
      #16  
    Old 08-05-2005, 03:51 PM
    pointfiftyae's Avatar
    pointfiftyae pointfiftyae is offline
    Registered User
     
    Join Date: Aug 2005
    Posts: 124
    Well Jupitermedia owns internet.com... although it is a (quite) ugly site, the domain name is meaningful...
    __________________
    pointfiftyae
    Reply With Quote
      #17  
    Old 08-05-2005, 04:34 PM
    asa_carter asa_carter is offline
    Registered User
     
    Join Date: Oct 2003
    Location: Fife, Scotland
    Posts: 19
    Quote:
    Originally Posted by sclark
    Do you have some great PHP topics that you'd like to write about (and get paid for)? We're looking for high quality PHP articles to publish on PHPBuilder.com. If you're interested, send me a note at sclark at jupitermedia.com with your proposed article!
    Thanks,
    Scott
    I don't think I'm good enough to write a tutorial but if some one else can write one I think there would be lot of people who would love to see a tutorial for a multi page form with back and forward buttons using sessions. Also with the added ability to jump straight to any page in the form.

    I have had a need for this a couple of times before but never been able to manage it properly myself or found a good tutorial.

    Thanks

    Asa
    __________________
    Asa Carter
    Reply With Quote
      #18  
    Old 08-06-2005, 12:51 AM
    aznchong91 aznchong91 is offline
    Don't look at me!!!
     
    Join Date: Aug 2005
    Posts: 209
    What kinds of articles does PHPBuilder.com want? I mean, would it be tutorials, or examples, or "extra" php development goodies,or something else entirely? And also, what IS the pay?
    __________________
    I have some experience in PHP, HTML, Javascript, and Java.

    GET YOUR FREE DOMAIN TODAY!!! FOR REAL!!!

    JOIN THE WEBASE COMMUNITY NOW AND GET FREE HOSTING AND A LOT OF OTHER THINGS

    AIMForum.com - Ready, AIM, Chat! | Google Talk Forum - Where the world talks about Google! | GIGMAX : YOUR SPACE, YOUR STORAGE
    Reply With Quote
      #19  
    Old 11-20-2005, 10:40 AM
    Askalon Askalon is offline
    Registered User
     
    Join Date: Jan 2004
    Location: Iowa
    Posts: 83
    Heh, I need thew php for dummies first. All my code was pre-written for me.

    I would love to be able to write my own.
    __________________
    Fellowship of the Blade - W3 validated!

    cksmith
    Reply With Quote
      #20  
    Old 11-20-2005, 12:35 PM
    LiLcRaZyFuZzY's Avatar
    LiLcRaZyFuZzY LiLcRaZyFuZzY is offline
    Registered User
     
    Join Date: Jun 2004
    Location: 48°46′36″ N 9°10′48″ E
    Posts: 3,800
    Well, learn PHP, then you'll be able to write your own stuff
    Reply With Quote
      #21  
    Old 01-17-2006, 03:36 AM
    Brooksie155's Avatar
    Brooksie155 Brooksie155 is offline
    Registered User
     
    Join Date: Jan 2006
    Location: London
    Posts: 50
    Quote:
    Originally Posted by asa_carter
    I don't think I'm good enough to write a tutorial but if some one else can write one I think there would be lot of people who would love to see a tutorial for a multi page form with back and forward buttons using sessions. Also with the added ability to jump straight to any page in the form.

    I have had a need for this a couple of times before but never been able to manage it properly myself or found a good tutorial.

    Thanks

    Asa

    I find the best way to do this is to use a session variable as an array;

    $_SESSION['my_form']['name'];
    $_SESSION['my_form']['address'];
    etc..

    You can assign one to each form elemt you wish to store, which then allows you to move about the pages in any order and retain the data as long as you have not cleared the session variable and have not strated a new session (closing and oopening browser)

    When the session variable(s) need reseting just call:

    unset($_SESSION['my_form']);

    n.b. it's worth checking that the session is set before unsetting otherwise you get a error message.
    Reply With Quote
      #22  
    Old 02-24-2006, 04:00 PM
    Markbad311's Avatar
    Markbad311 Markbad311 is offline
    Web Applications Dev.
     
    Join Date: Oct 2005
    Location: Erie, PA
    Posts: 394
    I thought this was about helping with coding. I was coming in here to say if you all are going to be helping with the code of this forum maybe when in there ya'll can stop using depricated tags. get up to specs. ya know. like <font> tags and CAPITAL Anchor tags. Amongst all kinds of other errors and stuff against XHTML Specs. Like <LI> <A> <UL> and who uses <br /> as much as Jupiter does who knows. I think on every page I have ever created the total <br /> tags I ever used in any document is 2. The Style sheet is embedded in every page making it load slower.

    Save some bandwidth for WebDeveloper optimize and streamline.

    Last edited by Markbad311; 03-08-2006 at 05:55 PM.
    Reply With Quote
      #23  
    Old 06-28-2006, 02:47 AM
    vamsee vamsee is offline
    Registered User
     
    Join Date: Jun 2006
    Posts: 1
    I would love to write articles. Please tell me more about it.
    Reply With Quote
      #24  
    Old 07-22-2006, 11:58 AM
    Vectorman211's Avatar
    Vectorman211 Vectorman211 is offline
    PHP-ician
     
    Join Date: Jul 2006
    Posts: 73
    If you send the article, what's to stop them from just taking and and having their way with it and not paying? :O
    Reply With Quote
      #25  
    Old 08-27-2006, 07:51 AM
    ronverdonk's Avatar
    ronverdonk ronverdonk is offline
    Registered User
     
    Join Date: Aug 2006
    Location: Netherlands
    Posts: 71
    JM no longer interested?

    Quote:
    Originally Posted by vamsee
    I would love to write articles. Please tell me more about it.
    Now I am still awaiting the reply to this! Or is Jupitermedia no longer interested in submissions!

    Ronald
    __________________
    RTFM is an almost extinct art form, it should be subsidized.
    Reply With Quote
      #26  
    Old 11-15-2006, 01:21 PM
    sb_ sb_ is offline
    Brevity Creator
     
    Join Date: Nov 2006
    Posts: 41
    lol antionline.
    __________________
    Brevity Framework https://sourceforge.net/projects/brevity/
    Reply With Quote
      #27  
    Old 02-23-2007, 12:08 AM
    shixter shixter is offline
    Registered User
     
    Join Date: Oct 2003
    Location: Oklahoma
    Posts: 38
    I know I could use some good plain-english tutorials on PHP. I have many books and the are boring and quite simply tech it up too much to keep the brain stimulated. I understand most of the jargon, but all that jargon makes the learning process frustrating.

    Is it possible for someone to teach coding without having to stroke their ego in all the terms they know? We already know their smart, lol.
    __________________
    I'm still a beginner, no matter how long I have been doing this...
    Reply With Quote
      #28  
    Old 02-23-2007, 07:11 AM
    sb_ sb_ is offline
    Brevity Creator
     
    Join Date: Nov 2006
    Posts: 41
    Quote:
    I know I could use some good plain-english tutorials on PHP. I have many books and the are boring and quite simply tech it up too much to keep the brain stimulated. I understand most of the jargon, but all that jargon makes the learning process frustrating.

    Is it possible for someone to teach coding without having to stroke their ego in all the terms they know? We already know their smart, lol.
    It's not about stroking your ego; when you speak with other people about PHP it gives you a base vocabulary that is standard, the same definition, making it much easier to communicate. Better be careful who you ask your questions to when you call stuff "that thingy."
    __________________
    Brevity Framework https://sourceforge.net/projects/brevity/
    Reply With Quote
      #29  
    Old 02-23-2007, 09:25 AM
    bokeh's Avatar
    bokeh bokeh is offline
    Keep it simple, stupid!
     
    Join Date: Jan 2005
    Location: Alicante (Spain)
    Posts: 7,713
    Some people teach their young children that cows and dogs are called "Moo Moos" and "Woof Woofs". Personally though I believe learning the correct terminology from day one gives them a better foundation from which to examine and question their environment.
    Reply With Quote
      #30  
    Old 02-23-2007, 01:44 PM
    Sheldon's Avatar
    Sheldon Sheldon is offline
    www.inboxdesign.co.nz
     
    Join Date: Feb 2005
    Location: Tauranga
    Posts: 2,053
    I agree, It is best to learn the correct methods from the start. I didn't and not years down the track i suffer from it.

    Just write an article you feel comfortable with, that you think would benefit others and submit it. I would assume it is a pay per view royalty payment scheme?
    __________________
    Auckland, New Zealand, Web Design & Hosting. - Inbox Design

    Sheldon Lendrum, Technology, PHP, Mootools & More...

    Simple Site a Completely Dynamic site using text files, PHP and no mySQL.
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 01:08 PM.



    Acceptable Use Policy

    Internet.com
    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.