Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top PHP Solutions: 201 - 225 of 1633
 
I have an 8 page form with about 1100 checkboxes in 40+/- groups. When filling out the form, the values are stored in a session array - then uploaded to a database on completion. I'm tryin...
I want a list of all field names contained in my database.  I don't want any data, just a list of names.
I have imported one php file with FPDI and i want to edit header on every page on it, how can i do that? thx in adv
Hi everyone. Guys im just wondering if there is a way, if you have on a php page, 2 combo boxes, that you can grab the currently selected value a user has selected for combo box 1, and then...
Hi experts, I have two timedate variables (0000-00-00 00:00:00) - $TimeStarted and $TimeFinished.  How would I work out how many days, hours and minutes passed between the two, to generate ...
what is the difference between str_replace and strtr functions ,,,, ???
using this code to generate a mysql report. i'd love to make it tile down the page instead of accross - that would be my 1st choice. but, in case that can't happen, how can i make the columns ...
We need to allow register_globals for a few domains. the register_globals is a PHP_INI_PERDIR so it's not able to be set via Windows registry. What other options do we have? We're running I...
Hello, I'm trying to figure out how I should go about making a FTP to FTP copy script in PHP. Basicly what I need it to do is copy some files from one server to another server. I am not sure h...
Hi Experts, I'm sure this is easy, but I cannot find this anywhere by Googling... I have a simple if/or statement in a PHP script on a site. I want the if result to simply open up a new ...
Hi Experts, I'd like a PHP script that will randomly load an image on page refresh, but in sequence without repeating the same image twice. I have a total of 5 images. I read a similar thre...
Dear Experts, I have been asked to do API integration with AliPay online payment processing company. Has anyone out there done this before? Please give me an overview of what  to expect...
I am try to use PHP mail function to send an email that grabs an html file (http://www.mysite.com/tr/"."$redirect"."tr.htm) and uses it as the body of the email in combination with some plain ...
I am using an dhtml popup window that loads a php form page. When i submit the form it is targeting the window below it and causing the dhtml window to close. I cant figure this out what am...
Take any number 1 to 100 and format so there are always 3 digits. Example: $numberA = 1; $numberB = 10 $numberC = 85 Now format each as: $numberA = 001; $numberB = 010; $number...
When I go to https://www.thawte.com:443/  I see a secure web page there.   So why does the below command return nothing? shell> php -r 'fwrite(fsockopen("ssl://www.thawte.com", 443), "GE...
Hi everyone. Guys im working on a page called:  showtasks_select_v4.php It currently does the following: - Has a select box that gets its data from a mysql table - Has a table that displa...
Hi to all, I want to develop a web site with multi language lile turkish, chinese, russian, englis etc... I've created tables with utf8. I wonder best way. Do i convery chars to utf8 when i s...
Hi friends, I want to generate unique random numbers and we will specify the starting number and ending number. If difference between starting number and ending number is very less there m...
Hello Experts,                    Can someone describe to me how I can pass a hidden variable through a redirect,  in the below example I want to hide the SID=$SID variable?  header("Locat...
Hi all, What is convert_rewrite()? Thanks...
Hi guys hope you are all well. If i have a php variable....let's say... $menu4_entry = $_POST['newmenu4entry']; and have defined a javascript function as follows: <script type="tex...
The following code attempts to read the CPanel login page on my own server. The code fails even though the login page can be read manually in any browser. The failure message is as follows: ...
Hi experts, in the code below I never know the length of the array, so for example if there are only 5 teams I get warning notices that $_POST['txtLost6'] and all other 6 stuff doesn't exist. ...
I need to extract word (.doc) content for a search engine program Im developing, using php under a linux server. All examples I found needs that php runs under a windows server with microsoft ...