Search found 8 matches

by dzynit
Wed Aug 05, 2009 2:02 pm
Forum: PHP - Code
Topic: multiple while with mysql link.
Replies: 15
Views: 665

Re: multiple while with mysql link.

Are you sure it's not simply a typing error? $row['city']/">$row[city] the second $row[city] doesn't have the ' marks.
by dzynit
Wed Aug 05, 2009 1:42 pm
Forum: PHP - Code
Topic: Problems using sessions and GETs
Replies: 2
Views: 746

Re: Problems using sessions and GETs

Did you try removing

Code: Select all

session_register("success");
from line 4 on your ChangePassword.php script?
by dzynit
Wed Aug 05, 2009 11:48 am
Forum: PHP - Code
Topic: How do you retrieve PDF when passed to PHP script
Replies: 3
Views: 403

How do you retrieve PDF when passed to PHP script

I have a pdf created that submits as a pdf - basically passing the completed pdf form in full. What I would like is to allow the pdf to submit to a php script then have the php script grab that pdf and either save to a directory or mail an attachment using mail(). At first I assumed I could get the ...
by dzynit
Fri Jul 06, 2007 12:34 pm
Forum: PHP - Code
Topic: Get a hidden variable from a wordpress post
Replies: 12
Views: 639

Sorry. I was hoping for a fast answer and a quick fix. I have too much on my plate now to start learning from the beginning on this part of php. I know what I have to know to keep wordpress in my daily projects. I can just have it outsourced. Thanks for everyone's help. I do appreciate your time. I ...
by dzynit
Fri Jul 06, 2007 12:07 pm
Forum: PHP - Code
Topic: Get a hidden variable from a wordpress post
Replies: 12
Views: 639

I'm kind of in a bind here and have to move on to the next project. Can you at least point me in the right direction for some kind of tutorial to learn this from. That last piece of code was the only thing I found that looked somewhat like what I needed it to do. This isn't something I need every da...
by dzynit
Fri Jul 06, 2007 11:55 am
Forum: PHP - Code
Topic: Get a hidden variable from a wordpress post
Replies: 12
Views: 639

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] This is w...
by dzynit
Fri Jul 06, 2007 11:41 am
Forum: PHP - Code
Topic: Get a hidden variable from a wordpress post
Replies: 12
Views: 639

Here is a section out of the html page that shows where I need to parse out to a variable and remove the line of code. I need to extract the url link text from between the <xxxx> tags. (These are the code tags from wordpress - I substituted with x's because this forum uses the same tag for post disp...
by dzynit
Tue Jul 03, 2007 9:32 am
Forum: PHP - Code
Topic: Get a hidden variable from a wordpress post
Replies: 12
Views: 639

Get a hidden variable from a wordpress post

Since it has become difficult to find a plugin for wordpress that currently works with the latest version in allowing php code to be used in posts and pages and then executed, I want to use a work-around. I've been reading through the forum all morning, but haven't found exactly what answers my ques...