I have a 'diet and lifestyle' related application. In a signup form, users are asked to select various foods. On the next page, they are asked how many servings of each of those foods they c...
The following script works fine. When attached to a webpage it will seek the "meta description" then make a copy of its self named with the meta info it has found.
What I have been attempti...
tutorial in sessions
where could i find this
looking for sessions that go on 2+ php files
so i can test
HTTP Error 500.0 - Internal Server Error
C:\SWsoft\Plesk\Additional\PleskPHP5\php-cgi.exe - The FastCGI process exceeded configured activity timeout
page keeps timing out
need more time
...
I have to table in the same database I want only a value of maximum betaween max(preselRef) of table sale
and max(refid) of table presell how can i write sql statement
i have a form that is posting lots of items of data. each item is in a text field in a form and the loop increments the name of the text field by one on each iteration.
the resulting form ...
SELECT
presell.refid,
presell.productcode,
presell.productname,
presell.qutiy,
presell.price,
presell.stockcut
FROM
presell
WHERE
presell.refid = '80'
then in sert into the same ...
I want the last position of \ in a URL path.
I am getting: PHP Parse error: syntax error, unexpected $end in E:\web\domain\web\php\testFilename.php on line 5
How can i make the css to Utf8
figure 1 when i select the edcoding of browser to utf8 all things that come frrom mysql dataase show the correct result when i change encoding to tis 620 a...
I am getting an issue with phpsysinfo. it does not work but it gives me a bunch of errors. What do i do? you can view it at http://zeus.cratoswebdesign.com/phpsysinfo/
Hi There,
I have a problem that I am not sure what terminology to use to describe it and fix it, so here goes.
I have a table that gets populated with players scores for a fantasy footb...
file.csv is writable
nothing is being written to .csv file
not even 'hello'
I'm looking into the use of PHP Classes to handle the SQL abstraction for a web site. Essentially, handle all calls to MySQL via the class - or classes!
And that's really the question. Is t...
My website can send emails via PHP and the server. This is fine, but I would also like to generate an email from the users email system - so that it contains their signature. I would also li...
I have a date field called expire in my mysql database. Dates are stored in this format: YYYY-mm-dd
I need to compare to see if the expire date has already passed.
I have many page of php I want user sign in then he can go to the page I need to put the code fore every page or they have ano the method
Hi,
I have a table of products which has the columns 'name' & 'price'.
'name' is indexed.
I have a page say Bioshock 2 Xbox which displays all the results WHERE name='Bioshock 2 [Xbox...
I would like to add a variable to the end of every url I send back to the user. I want to add a token for authentication purposes. Is there a way to do it with a PHP command?
<td height=19 class=xl6618673 colspan=2 align=left style='height:14.25pt'><a href="presalefromS1.php">Customer
Name:</a></td>
how can i change the link to blackcolor and not underline th...
Hello,
i have an array like this :
Array
(
[0] => /
[1] => /PICS
[2] => /PICS/TEST
)
Need print tree structure (using php ) like :
<ul>
<li>/</li>
...
Hello,
I am writing to harvest the content of the Apple user forum for a research I am doing.
I am using fopen to open a series of web pages. This works for the first couple of web pages a...
When i ask my sql sometime the result is 3 , 4 , 5 rows but i prepare line in form 10 rows if the result is 3 rows
the remaining just fill in 7 line how can i do this
Okay, I have a AJAX Suggested search, all is working great with one exception, I cannot figure out how to get the up/down arrows to navigate through the search results.
The results are re...
I need to perform the same task as the related question proposed by Juan Barrera plus that I need to show the PDF file inside a table of HTML page, I wonder if a frame could be an option.
R...