2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top PHP Solutions: 126 - 150 of 1492
 
This script (login.php) seems to be absolutely ignoring the redirect at Line 171. This is a form with Existing User login & New User sign-up. Case 'Login' works great. On the first load, th...
I have a string variable with a data like this. $fullPath = 'C:\folder\project/_internal/_folders/file.txt'; As you can see the path contains both windows folder slashes and linux slashe...
Hi, I have a page which uses php to create a drop down menu and lists in its menu files by name / date. This code works great. I can load this page as an iframe into another page, but I'm...
Is there a way to query a MySQL database using str_to_date but to only get rows that are BEFORE or AFTER a certain date?  How would I code this? For example if I have all my dates formated ...
Is this the correct syntax for the if statement? I'm wondering because the second if statement if(empty($bizNameLink))   does not have a { The code works fine.
hello i have an interface which privide text boxes and submit button to insert book information into an SQL file on my server through a php file. when i insert the information to send it...
Can anyone tell me first it it's possible, then how to actually configure the built-in VPN capabilities of Windows to connect to an Cisco VPN Concentrator 3000 using IPSEC? Thanks.
hi EE, I have just downloaded the Smarty template engine. In my project I need to rewrite URLs.  Is this possible with Smarty? Please indicate what I need to do to use htaccess rewrite f...
I am trying to extract data from a javascript webpage.  Normally for a html page I can use cUrl or fopen and grab the source code then look for and match data I need, but with in those pages t...
Hello, I am creating a website using php, javascript, and smarty templates.  I need to be able to open an image on a web page, edit that image by drawing large black lines to black out cert...
Hello, I have XML data that looks like this: --------------------------------- <ALPHA ID="1">                     <NAME>     Boston     </NAME>      <DATE>     10/30/2009 3:45:00 PM     </DATE> </ALPHA>                                <ALPHA...
Hi How do I program a PHP function that converts KB/MB/GB/TB to bytes? There are a hundred functions to convert bytes to MB/GB etc but I want to reverse it, thanks! Basicly the input text ...
I need some help to get the messaage using IMAP and to display it using raw content and then to also get the attachments.  I don't need a fancy maiolbox display or anything, just something tha...
hi EE, can anyone tell me what the hell this is? It appeared across my site, within the actual php code! how can I stop it happening because it keeps coming back.. ah crap, its on al...
Hi All, I found the code below that loads a font file (TTF) and outputs an images based on $msg. This works perfect.  Is there a way to save the file to the local server? It's a UNI...
Hello there, I need help to connect from PHP to mssql db.can somebody help me step by step.appreciate your help.i am using apache on widows cheers
Hi, I have one website running on a webserver using PHP 5.1.6 and I need to add a second site using PHP 5.2.11.  Both sites need to use ISAPI. I followed this guide: http://www.iis-aid...
I have created a function that is called after a search query is done on a database. the search results are correct but the highlight code only works if it matches the case of the search strin...
I have this guy who keeps coming to my message board and I want to prevent him from messing it up. How can I block his entire city and/or state from coming to my site? And incase he uses...
I'm building a site that requires multiple login's/sessions from the SAME client, using the SAME browser. This could either be multiple tabs or windows, but always on the same machine with the...
Hi There, I have set up a poll and it seems someone is very passionate about a particular answer in the poll. I have set up the Joomla Poll (the one that comes with install) and I set it to...
Dear Experts, I've got PHP code that will insert new lines in a master details configuration. To insert one line there is 4 pages, wizard like, you have to complete and on page 4 you hit t...
Hi, I have a script that gets info from an access database and puts its output to a browser. I want to load a submit button with the out put which if clicked will load the output into an excel...
We want to add some sort of box to our website that can show customer testimonials and which changes every few seconds to a new one. Could somebody point me in the right direction to find the ...
How can I make all items in my array lowercase?