Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. torodre

    pull value a:6 as 6 from a serialized array

    Hi I am looking to use the value a:6 as 6 from a serialized array pulled from a db. As print_r shows a:6:{i:0;i:19;i:1;i:43;i:2;i:73;i:3;i:8;i:4;i:52;i:5;i:25;} purpose, to evaluate end of array to execute: Header("Location: url") Any other suggested ideas welcome. thanks torodre
  2. torodre

    no GD2 image with db variable

    I resolved the problem: By commenting out all print and echo statements the image printed out in the browser. The header() is located as in example #3. It helps to even formulate a question for someone else to read. Thanks
  3. torodre

    no GD2 image with db variable

    result no GD2 image with db variable Question: How to get printed image instead of file name? The $im = imagecreatefromstring($data); shows empty? I have gotten database GD2 images to show in browser but without much additional php coding added. Here I make idpic = 135. Or an other number in...
  4. torodre

    pointer control: array row with key

    RESOLVED Thanks for your help. Since I am unknowing I could not even ask a well organized question, but with your help both of you I found a solution. Thanks. This has been the only place I received an answer. Your help got me over my first hurdle: $y = $y + 1; echo $y . " this is y plus 1...
  5. torodre

    pointer control: array row with key

    New Question2 Hi. Thanks for responding, Maybe I do not need an array loop maybe the direct approach, WHERE id = 7. I have been reading and trying for a month. I started a month ago. Maybe I still need to understand array [][] things? Maybe the answer is in the array call format/definition...
  6. torodre

    downloading and installing php for windows xp

    Check this out for new at Apache, mysql, PHP on xp. covers eclipse, jEdit w/plugins and more... http://www.tanguay.info/datapod/welcome.php He is an American in Berlin. And many more programing tips
  7. torodre

    pointer control: array row with key

    Any help might be enough to point me in the right direction, Thanks In a multi-dimensional array-- What code is used to get the next row say if you start at [0] => 4[id] =>4 and end at [0] => 8[id] =>8 ? ( I am not sure if this detail describes my goal, 'pointer control') to leave and come...

Part and Inventory Search

Back
Top