Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Top PHP Solutions: 51 - 75 of 1573
 
Hi, I would like to have the users redirected to a SEO friendly URL. Now : http://www.example.com/lyrics/index.php?p=show_lyric&titleID=123&lyric=Michael_Cretu&album=Invisible _Man_(199...
I have a webservice that I wrote in C#, which I now need to call from a web page.  The web page consists of a basic html form, with a little javascript and php thrown in to perform checks on t...
I am using php 5 with apache 2.2 under win xp pro. I am using the following PHP script to send email, but I get the error(shown in the error.log of apache) [Sat Jun 14 13:41:37 2008] [err...
Is there a way to auto format my JavaScript or PHP in my HTML so it looks neat with the right spacings?? With the correct indents and stuff I mean all the spacings in my "ifs" "funcations"...
My form requires Date of Birth entered in three selects as MM/DD/YYYY and there are two different age limits, depending on the type of user entered.  Both are currently being validated through...
I have 3 radio buttons that have an image associated with it stored in a mysql database. I am trying to change a main picture on the same page dynamically when one of the radio buttons is sele...
how can i replace try{ if (!$facebook->api_client->users_isAppAdded()) {     $facebook->redirect($facebook->get_add_url()); } catch(Exception $e) {  //this will clear cookies for your app ...
I have read various solutions to this problem but I am having trouble getting mine to work, I thought I would give the basics of what I am trying to do and hope someone can help, I am intermed...
I work on a php script that might be used by other people too. I don't know where they will put it on their server and don't know from which file it might get included. So I wanted to use some...
I am trying to modify my .htaccess file to allow SUB.DOMAIN.org to point to the SUB folder on the webserver under htdocs. I am using the following code but cant seem to get it to work cor...
I have a PHP script that processes a long data string.  The string is read into my script via file_get_contents() from a Word, Powerpoint, Excel, flat text file, etc.  So some of the string is...
I installed joomla 1.5.3 on godaddy in a joomla subdirectory. In order to run it, you have to type mydomain.com/joomla. I changed index.html to redirect mydomain.com to go to mydomain.com/joom...
I am a newbie with PHP and having a difficult time trying to concatenate a string using PHP.  I am using http://magpierss.sourceforge.net/ script to parse feed.. <?php /* define('MAGPIE_...
I have a flash page in which I'm trying to submit some information. I have completed the input text fields and the layout and everything (using Flash Pro 8) I need help sending the infor...
Hi, I need to know how to copy the results of a query (with multiple rows) into a 2-dimensional array in php and how to access that array. (I know how to do it with a 1-dimensional array wi...
Hi all: Just been wondering if it's possible to determine anchor tags within PHP. Tried $_SERVER but non of the tag information seems to be present. E.g. if I have a URL that has an anchor ta...
Hi, I have an mysql result, i know its in an array already, but how do i put this into another array ?
I'm running Zend Studio for eclipse on debian and Im getting the following error when i try to launch the debugger Fatal Error Cannot redeclare zend_loader.............. include "Zen...
Im creating a script that pulls xml data from a central server, then stores it locally to be read. The script will resides on 100's of different servers. Some of these servers have php4, some ...
I have two files like these: File 1:  (input 1) yellow black red File 2:  (input 2) yellow green black red gray blue How can I obtain (in Perl or PHP - Windows command-line) ...
Hey, Im trying to use odbc_connect() to connect to mysql db, but Im getting this error: Warning: odbc_connect(): SQL error: [unixODBC][TCX][MyODBC]Invalid DSN specified, SQL state S109...
I am writing a script that generates an Excel report for download, and I have one test script and one previous Excel report generator on the same server using the same database, but the new sc...
Hello All I am looking for a quick and simple solution to a xml_parse issue I have.  When I parse the following element:- <large_image>http://xxx.xxx.xxx.xxx/imagegallery/parax/Largeimg/...
Hello, I'm new to php, below I am trying to echo specific html based on the session variable set by the previous page.  Doesn't work, entire page is blank now.  Any help is appreciated. ...
I have a simple form that I am trying to add a phone number validator function to. I am not sure where to put it into the code or what changes I need to make.