Hello Experts,
I'm trying to merge 2 xml documents together, both have the same structure.
resultss/account/alert => account can contain multiple alerts and results can contain multiple ac...
Hi guys, hope youre all well.
Im having a problem with a php script guys.
I can successfully query a mysql db with it and echo the rows.
But, if i add the facility to check/deleselect all r...
I am trying to create a banner across the website. While the code below does create the banner size I need, a single picture comes out too stretched. Therefore I would like to put two or thre...
Greetings all,
I am trying to send mail using php from form-generated data. PHP is installed and runs correctly; I use it to interact with MySQL and other functionality with no problems. ...
I am using ExpressionEngine and I have a {thumbnail} tag, that when used prints out the following:
<img src="http://mysite.com/some-random-image.jpg" width="varies" height="varies" />
I ne...
Anyone have any idea why this would come up as undefined?
Using ereg_replace I want to replace all HTML characters the only characters i want is ALPHA Numeric and space
Hi There
I would like to get data from an email and add this data to a database.
I am able to get the header info in php and the message.
What I want to do is in the pre-formatted mes...
Hello,
I am very new to Linux so I really don't know how to tweak it and have security right.
Just because of that I have ordered third party managed service but I really don't believe they ...
I am using wsse UsernameToken for a PHP webservice. Using it with mustUnderstand="0" works fine,
but mustUnderstand="1" the PHP SOAP implementation answers with an soap-fault:
"SOAP-ENV:Must...
Greetings.
Trying to figure out how escapes work.
I have a PHP script that has a series of paired quotes, with paired single-quotes, however I seem to continuously running into script errors...
Hi,
I'm having a problem with a contact form (PHP) in my Flash CS3 website. The Form is working perfetly in the timeline (Flash) but I'm not receiving the email. I believe it's a problem wi...
I have an image (GIF) and a point on the image.
eg.
image size: 150x200 (calculate based on image)
point P(140,180) (given)
radius (given)
Now,
The area shall be defined as a...
Hi,
How can I get the wamp server to start automatically when my PC boots up?
I tried a couple different ways but get errors.
Suggestions?
Thanks!
Hi guys.
Guys im going through this code below and having some issues actually deleting records by clicking on the checkboxes.
The code works in terms of displaying the records from the m...
I run a gaming clan and we have 5 game servers. On our web page (php-nuke 7.5), we have a center block which displays, randomly, a server monitor for one of the 5 servers.
Please see here ...
I have a PHP shopping cart (zen-cart) and I have problems with the shipping page taking way too long to display. This is because the shipping provider's server is too slow... in other words, ...
My server is on the East Coast. Users enter event times and select a time zone. I need a function that will convert the entered time and time zone to run on the server at the proper time.
Hi guys hope u r all well.
Guys hope u can help with this one.
I have a situation where i would like to do the following on a php page.
1) Use the onchange to kick off a javascript func...
Looking for a SH1 RSA encoder in php. Thanks.
Hello,
I'm using the attached code snippet to display all the images in a folder.
The problem is with this line:
<img src='../thumbphp/phpThumb.php?src=/travel_pics/$file/'.*.*.'&w=100'...
I've been trying to parse an xml file and insert the contents into my database, but it doesn't pick up any of the tags within the "attributes" section. I don't even think I'm doing it right. ...
How do i enable that all php errors are logged to either my syslog or a logfile? (so all the errors a user sees in his screen)
I tried in php.ini :
log_errors = On
error_log = syslog (a...
Hi All
I need a regex to parse the anchor tag (and other similar ones) text. I have created the below regex:
Pattern:
/<a [^>]*?href=[^>]*?>(.*?anti spyware for mac.*?)<\/a>/i
Sample D...
Working on a calendar portion of an events app. Specifically recurring events. This one requires all the recurrent events to be made as child records which can later be edited if needed becaus...