Hi,
I want to remove ( ) from string. I tried to use :
$todaytopicshort = str_replace(" ", "", $todaytopic);
it is okay for me but there is another codes such as :
...
Good day,
I have a checkbox option on my form whereby a user is allowed to choose. My question is , how do i retrieve the selected checkbox a user clicked in PHP.
I have a FORM, which contains another FORM that is supposed to show its results within an IFRAME.
See my sample PHP files. I cannot seem to get the SUBMIT for the inner form to do anything. ...
when i tried to send an email from php localhost easyphp using mail() php form it give me error how can i enable it ! thanks.
A third party wrote the following code. A small Thank You message appears after a person opts in their email. After this php page is processed we need it to go to another larger thank you page...
I have an array that looks like this:
$Products[] = array(
'productname' => $result->fields['name'],
'sku' => $result->fields['sku'],
'productid' => $result->fields['id'],
'to...
hey experts
I have now fully converted over to LInux OS (Ubuntu 8.04)
I installed Apache2, MySQL and PHP and its working to a certain extent.
because the heading of my ppage is the same...
I want to dynamically turn on display_errors.
The live production site has this turned off in the config file.
How can I dynamically turn this on?
I want to view the LIVE production web p...
Using PHP, I want to turn the below line of text into an array as shown below. However, I'm a bit stuck on how to get the string into the array using some of the data as the key name.
How...
How do I configure the session inactivity timeout in php? I have users who take a long time filling out complicated forms. Their session is getting deleted before they submit the forms.
I...
Hello,
I am using PHP and MySql, need php to grab a record from sql and place into a table row, then the next record into the next table row, so on and so forth.
Unfortunately if I add a...
I am running a parser that gives a junk at line # error and we found that the problem is because of a </table> tag. For some reason it is only one tag that is the problem. How do I remove that...
I have Drupal 6.4 installed on a GoDaddy account. The Drupal install has worked great since day one ( a few months now) with Clean URLs enabled. Today i go to the website and i get an error ...
Hi:
I`m using a form created with facileforms to write some user info on a mysql table, actually the "select list" function used to display options in a dropdown list is working fine, but ...
Hello Experts,
I am looking for a PHP script which would parse a given url and extract the contents between a start and end keyword (or anything after a given keyword)
Thanks
I tried the following, but it didn't output anything at all.
I want to print out a table 3 columns across:
i have the following as is in the code:
1. drop down menu, it gets values from db.
<?php echo $lists["p_type"];?>
2. text box, that i need it to be assigned automatically.
<input class...
We are able to programmatically send a form to a target website (in this case, a contact information form sent to Constant Contact) using the following ASP code:
' allocate the XMLHTTP obj...
I have the following code. When I click Post after editing it takes me back to the list view. How can I just stay at the same page.
thanks
Hi
I have a script that run smoothly without the iframe, but when i use the iframe in IE and safari it doesn't work properly.
I am searching some information from a database and displa...
I'm pulling existing data from a table in addition to images that are are comma seperated into a form that will update each field especially the images. Each image is printed on the page with ...
I have a database with the following tables:
==================
TABLE: fragrances
==================
fragrance_id
fragrance
fragrance_description
======================
TABLE: prod...
Hey all,
I'm having a weird thickbox issue. I'm loading a simple PHP Mail Form into a thickbox window (which works fine) but, the form doesn't work on the initial load. To get it to work y...
Hi all,
I am trying to convert a well written piece of code using the PHP function "file_get_contents" into cURL. The problem I am having is that all the example code out there assumes you ...
Hello Experts
I would like to find out how I can remove [mailto:email@address.com] from the below string so that it becomes: name surname
ie.
name surname [mailto:email@address.com]
...