Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[3703] An Introduction to PHP

Last post 01-02-2007 6:39 AM by radha_telanakula. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [3703] An Introduction to PHP

    This thread is for discussions of An Introduction to PHP.

    • Post Points: 25
  • 01-28-2004 3:16 PM In reply to

    • jeen
    • Not Ranked
    • Joined on 01-28-2004
    • New Member
    • Points 65

    String concatenation

    You can also do string concatenation like
    Code:

    $h = "Hello";
    $w = "World";

    $message = "$h $w";

    • Post Points: 0
  • 02-21-2004 4:09 AM In reply to

    • narayan
    • Not Ranked
    • Joined on 02-13-2004
    • New Member
    • Points 5

    file download

    hello

    I have in php a header which brings a save as box , but when file is down loaded it contains the 6 blank spaces at the start of of document .
    I have to avoid storing these blank spaces.Please help me to solve this problem.
    • Post Points: 0
  • 04-04-2006 9:47 AM In reply to

    • keepbalance
    • Not Ranked
    • Joined on 04-04-2006
    • United States
    • New Member
    • Points 10

    Re: [3703] An Introduction to PHP

    In the PHP file should it be "$_POST["num"]" ?

    instead of just $num?

    • Post Points: 10
  • 04-04-2006 10:20 AM In reply to

    • pjlewis
    • Top 200 Contributor
    • Joined on 02-13-2006
    • Oxford, UK
    • Addicted Member
    • Points 790

    Re: [3703] An Introduction to PHP

    Yes, I think you're correct, although you could easily have a line like this:

    $num = $_POST['num'];


    to get around that problem. Which I think is what's missing from this tutorial Wink [;)]





    Paul
    • Post Points: 5
  • 01-02-2007 6:39 AM In reply to

    Re: [3703] An Introduction to PHP

    Here they show how to send valued in one file to another(both are in same folder)
    but i need to send values in one folder to another


    • Post Points: 5
Page 1 of 1 (6 items)