Jump to content

leegodden

New Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by leegodden

  1. It worked, and thanks to all who took time to comment on this question, much appreciated
  2. Hi I am hoping to test this now with a hidden field using Post something along the lines of: <input type="hidden" name="myFieldName" value="<% = price %>" /> and in the receiving page: $val = $_POST['myFieldName']; Does this sound workable?
  3. The trouble is with this is that the value is passed from a .erb file in ruby to a php script, and I dont think this is possible with sessions
  4. HI I have a query string along the lines of: <a href ="http://localhost/mypage.php?var='total'">Click me</a> The thing is the 'total' part of this query string is not fixed, it is determined on another page by a users selection of prices. When the link is clicked and the page is loaded the string reads something like: http://localhost/mypage.php?var='12345 How can I validate that the user has not altered the URL to something like: http://localhost/mypage.php?var='11122
  5. Hi Im building a file hosting script and need to do two things. I have two sets of users FREE and PAID. Both users can upload files to thier own folder, but free users can upload only 2gb of files and paid users can upload 10gb. Is there anyone who could give some pointers on how i can: Allow different folder quotas/sizes for both users Stop both users exceeding their quota. inform them when thier quota is full. Hope someone can give me help on this thanks Lee
  6. Hi Trying to get Basic Analysis and Security Engine (BASE) GRAPHS working with php and get the following errror: Error loading the Graphing library: Check your Pear::Image_Graph installation! Image_Graph can be found here:at http://pear.veggerby.dk/. Without this library no graphing operations can be performed. Now my question is,do I have to install Pear and the PHP gd library in the version of PHP I am using its 4.4.1 (I think), and then install the pear packages for graphs?. Also if I do how will I link to them from PHP will I need to alter my php.ini file I am new to using pear librarys so I would like a novices guide and advice. Any help on this would be much appreciated Thanks Lee
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.