the first bit can go anywhere after your query
the next bit can go any where inside your HTML to display the message
Search found 34 matches
- Sat May 03, 2008 12:17 pm
- Forum: PHP - Code
- Topic: Database search function
- Replies: 11
- Views: 345
- Sat May 03, 2008 11:11 am
- Forum: PHP - Code
- Topic: search and display images
- Replies: 3
- Views: 245
Re: search and display images
after you run the page have you viewed the source of the rendered page to see if the <img> tag and its src attribute is parsing correctly
- Sat May 03, 2008 11:07 am
- Forum: PHP - Code
- Topic: Programming help
- Replies: 2
- Views: 236
Re: Programming help
you need a basic tutorial to get you started
http://www.dreamweaverclub.com/vtm/php-mysql-apache.php
http://www.dreamweaverclub.com/vtm/php-mysql-apache.php
- Sat May 03, 2008 11:05 am
- Forum: PHP - Code
- Topic: How can i destory an email which is already send...........?
- Replies: 5
- Views: 312
Re: How can i destory an email which is already send...........?
the only way i can see this working is that the data which is encoded is in an image and the image has been removed or scrammbled when sending html emails all images are referenced by absalute paths so when you open the mail the images are downloaded to reconstitute the email look and feel. By gener...
- Sat May 03, 2008 10:49 am
- Forum: PHP - Code
- Topic: Database search function
- Replies: 11
- Views: 345
Re: Database search function
hi
// now you have set a condition and a message to display you can echo that $message anywhere on the page
Code: Select all
if(! $result){
$message = "no results";
}
Code: Select all
echo $message;
- Sat May 03, 2008 10:44 am
- Forum: PHP - Code
- Topic: How to encode the PHP files
- Replies: 1
- Views: 181
Re: How to encode the PHP files
hi
the best way to do this is to host it
let your users view the results as normal by serving it to them through a PHP enabled host.
the best way to do this is to host it
let your users view the results as normal by serving it to them through a PHP enabled host.
- Sat May 03, 2008 10:05 am
- Forum: PHP - Code
- Topic: date from week number
- Replies: 6
- Views: 366
date from week number
hi guys
i have a search screen which passes a chosen year and week number.
how can i constitute a fully formated date from these 2 values to use within a SQL Server
i have a search screen which passes a chosen year and week number.
how can i constitute a fully formated date from these 2 values to use within a SQL Server
- Mon Jun 13, 2005 6:03 am
- Forum: PHP - Code
- Topic: PHP recordset Array
- Replies: 2
- Views: 473
why are you doing a count on $sqlvariable instead of $strarray2. sorry Scott my mistake when composing this help request. I am doing a count on $strarray The table is like this <table> <tr> <?php echo $td1; ?> </tr> <? this will be a DO loop { ?> <tr> <?php echo $td2; ?> </tr> <?php } while ($row_R...
- Mon Jun 13, 2005 5:49 am
- Forum: PHP - Code
- Topic: PHP recordset Array
- Replies: 2
- Views: 473
PHP recordset Array
Hi Guys Can anyone help with this I am passing (submiting) the following values to a report page from a textfield called ..(sqlvar) input name="e;sqlvar"e; type="e;hidden"e; value= ... $row_recordsetї'field1']¦$row_recordsetї'field2']¦$row_recordse...
- Sat Mar 19, 2005 2:18 am
- Forum: PHP - Code
- Topic: elements in an array
- Replies: 3
- Views: 325
- Sat Mar 19, 2005 2:12 am
- Forum: PHP - Code
- Topic: progress bar ?
- Replies: 2
- Views: 363
progress bar ?
Hi guys
i have a large php process running and want to show a progress bar in a popup window in real time.
how is this done
i have a large php process running and want to show a progress bar in a popup window in real time.
how is this done
- Tue Feb 22, 2005 4:04 am
- Forum: PHP - Code
- Topic: strange errors
- Replies: 3
- Views: 1347
sorry guys in being vague i posted the code snippet in order to display the errors (thinking that someone would recognise the errors) posting the script wouldnt realy help as it doesnt seem to be a syntax problem and it may happen to one user and not others then two users then 5 users then one user ...
- Mon Feb 21, 2005 11:13 am
- Forum: PHP - Code
- Topic: strange errors
- Replies: 3
- Views: 1347
strange errors
Hi Guys i am writing a system in PHP (LAMP) and the users are reporting intermittent errors. if they get an error and they refresh the page it sorts its self out (although after a few refreshes the browser hangs) the error takes the form of rubbish being printed to the page, values and data are inte...
- Mon Dec 20, 2004 11:46 am
- Forum: PHP - Code
- Topic: upload problem
- Replies: 3
- Views: 455
- Sat Dec 18, 2004 10:32 am
- Forum: PHP - Code
- Topic: centering help
- Replies: 3
- Views: 430