Advertisement

250 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: 176 - 200 of 1573
 
Hi, I have a session variable ($_SESSION['email']) on the page: personalinfo.php. now after I submit the form on personalinfo.php, the browser automatically navigates to traininginfo.php. I...
I will strip a string somewhere in the middle in my project. The problem is, that the string then might contain unclosed HTML tags. So I am looking for a solution that finds all unclosed HTML ...
Hi experts, I have confused myself with a problem on the attached page.  It is a simple form (which works as far as error+submitting to DB are concerned) but I am trying to set a safety gua...
Greetings, I got a directory on my web server containing folders which are named using the "DD.MM.YYYY" scheme. They contain server logs and get filled and created automatically by another ...
Hello group, So far I have been learning basic things about PHP and of course used PHP arrays as well but in a point I ran into an array like     $myArray[$i][$j]['cart'] Now, I'm confused...
PHP HOw to display array result in one row I have this code in my code snippet in my code i get this output ouput coles | "1.00000"|coles| "5.00000"| coles| "2.00000"... and so on...
I need to access a pear web service from Delphi but I cannot get the wsdl xml string for this web service. Does anybody know how to retrieve the wsdl string. The php code client code is bel...
Hello Experts! Clearly, I am not a PHP expert. I have this basic script that sends me an email of the results of a survey. It does send an email with the text but not the results of the radio...
Hernst, Althoug not yet there I want to take this opportunity to congratulate you for becoming the first PHP Expert in the history of E-E to reach the 2 million point mark in this area! ...
I am trying to translate a line from ASP.NET with MSSQL to PHP with MySQL. The original is: bio = replace(RS("biography"),vbcrlf,"<br />") I got to here: $bio = str_replace("\n", "<br ...
OK....This is really doing my head in!!! Right i have the following <div id="menu"><a href="Link 2" onClick=document.getElementById('home').href="home.php"  onmouseover="setOverImg('2'...
I'm trying to remove a non breaking space from my string or the &nbsp; I've tried a few scripts and non completely remove them. Any suggestions?
I am trying to get the filename out of a string from another file and using file() to go line by line the lines look like this: 234 ICON "Icon_2.ico" I need this part: Icon_2.ico the...
Hi, I have a string called $dir, how do i test if this exists and if it does not exist then to create it ?
Hi, I am using the excel writer with pear, buen i format a cell, nothing happens, here is the code <?php require_once "Spreadsheet/Excel/Writer.php"; $workbook = new Spreadsheet_Excel_...
PHP If i declare $a = 1 say as follow ##congfig.php## $b=1; class example { function example() { require("config.php"); $a=$b1; } if in my class i have four function and eac...
is it possible to stream html-output to pdf (including images, tables, ...)? I have tried fpdf but it cannot stream html to pdf. It has own syntax. I cannot install perl or ghostscript. I w...
If I have a string in PHP, for example CHH0A0606C3G How can I know whether the LAST 3 LETTER is C3G or not? Thanks!
I'm trying to create a group of arrays where the name of each array comes from a mysql table. While I get no errors, the arrays are not filling. I think the problem comes from this line:...
I'm working on a website for a client who uses a less-than-stellar third party hosting service.  I'm having trouble getting my header redirections to work as well as setting cookies.  It seems...
Hi all, I have a PHP login page which I need to be integrated with a fingerprint login device connected to the PC. This means that the user doesn't need to type a password, he will put his ...
I am trying to update a field, and the query looks like this: UPDATE form_fce_his SET `history_medications`='test 2323°' WHERE id=26 However, what gets sent to the mysql server is this: ...
Looking for an expert who is completly fluent in both Javascript and PHP 5.  Some experts on this site helped me develop this Javascript that capitalizes Titles correctly.   I also need to do ...
We have script on a site that creates a thumbnail of a larger image using the imagick PHP extension and imagemagic. The issue we have is that some of the images being uploaded to the site a...
I have created a section on my site that has tabs with different content for different pages in them.  I identify them by #id, so that if the user refreshes the page it keeps them on that "id"...