Hi
I'm using the php version of nuSoap to sent a soap message and get the reply. All works well except in the reply I also get a lot of what I assume is header data (all I want is the XML)
...
ive got a MSSQL date / time format like:
Oct 24 2006 12:00AM
im trying to change it so it displays like:
24/Oct/2006 using the mktime() but im getting:
Warning: mktime() expects pa...
Hello.
I have written an app that makes use of $_SESSION superglobals to keep user id information intact from page to page within an admin console.
Everything works fine except that the ...
Hi, I just want to know if there is something like Select .... case .... in php ?
I have about 5 possible answers to evaluate in a variable and I don't want to use 5 if.
Thanks in advan...
I will be interviewing a PHP developer this week, and although myself have only worked briefly in PHP, only to the extent of building my own shopping cart application and general basic stuff. ...
Hello, I know that this question has been asked a million times, a million different ways here at experts-exchange, but unfortunately I was unable to find an existing answer to my question in ...
Hi,
Anyone know how to do the following?
Suppose there were two string variables:
$htmlString = "lorem ipsum lorem ipsum <a href=\"http://www.some-url-or-other.com\" >LINK-TEXT</a>lorem ...
Quick question, whats the easiest way to get the last ID number inserted into a database?
I'm creating an application that needs to have certain preferences / initialization settings globally available to functions, etc. When using the code below, the variables declared outside th...
i have an array like this
$array=array("one","two","bingo","three","four");
i want to remove the "bingo" (i know his key)... i tried with " unset($array[2]); but then there's an "hole" i...
Does PHP have GetYear, GetMonth, & GetDay Functions? For example:
$Date = 2003-3-3;
$Year = GetYear($Date); // yields 2003
and so on . . .
I'm trying to execute command line code via a php file, but am having problem. anybody any thoughts on where i might be going wrong?
here's my code
_______________________________________...
Is there a way I can take a value of hex lets say 24 which is a dollar sign and convert that to ascii, so I could store the ascii value in a variable?
Thanks, jmsloan
I have a string sort of like this : -
<property>
asdadsadada
</property>
<property>
asdadsadada
</property>
<property>
asdadsadada
</property>
<property>
asdadsadada
</property>
...
I am attempting to setup apache2.2 and php5.2.2.2 working as localhost on my windows xp computer. I have posted a previous question which is still open regarding how the apache conf file shoul...
Using MediaWiki 1.11.0, is there a way I can add/delete users when logged in as WikiSysop?
I see the special page UserRights, but that only allows me to control which groups existing users ...
I just installed mysql 5.0 and newest phpmyadmin and get:
PHPMyAdmin #1045 - Access denied for user 'root'@'localhost' (using password: YES)
From a command line i did mysql -u root -p and...
Hi, I know very basic scripting but am getting confused with the mysql portion. I need a PHP script to import CSV file into mysql database.
I have a CSV file exported from Excel that contai...
I am not sure, how to write redirect pages , in Php .. can someone give me illustration
here is my login and password..hp
if (........)
echo "success"'
XXXXXXXXXX
else
echo "wrong p...
i want to convert a 24 hour format like 23:11:17 to a 12 hr format 12:09:01 PM
can this be done with a function already in php?
Hi,
When i use "yum info php" command I be able to install PHP 5.0.4, but I need to install PHP 5.2.4.
Is there any way to "add" the new version to the YUM?
Is it possible to like Ping an IP address, but look at a specific port?
Im looking at pinging an IP address, but need to find out if a specific port is open, specifically the telnet port.
...
Hi,
I found a script online that is supposed to send HTML emails with embedded images. I have a few problems with it though.
1. It sends the image as an attachment in Outlook 2003? I ...
Hello, I was wondering if it was possible for me to send some variables as post data without actually having a form, or I could have the form but don't want to have a submit button.
i have ...
Hey,
I've been using PHP for a few years properly now and there's one thing that's bugged me for a while and I need somebody to give me a hand.
Now, let's say I have a link like this: pa...