Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested PHP Solutions: 126 - 150 of 6735
 
I have a 3 pages to authenticate users against saved info in mysql databse, files are named: form.htm validate.php verify_login.php I'm able to deal with sessoin variables in validate.ph...
Hi, i was wondering if it is possible to make a messagebox in PHP? Of not, should i make it in JAVASCRIPT? I tried that, but then it won't work. Anybody any suggestions or ideas?
I have tried to add a top menu module to a website here: http://murraygrey.com.au/joomla I have followed instructions given here: http://www.rockettheme.com/option,com_smf/Itemid,190/to...
Hello Expert: When I open my web browser and enter in http://local/phpMyAdmin/index.php.  I get the authentication dialog box asking for my user name and passord.  I type in root and then t...
hi, I have a web site and I need a routine in php or javascript (or whatever) to perform a check if the macromedia flash player is installed on the computer (specially flash mx) if not inst...
Hi Experts I am trying to update a single Mysql table with values from a large dynamically created form. The form is long but very simple containing only the following fields: id - Nume...
Hello, what function I can use to convert "09" to integer 9 Thanks.
hi, anyone can tell me some function how to retrieve picture from mysql table (blob field) and show it on the web page. thanks.
Hi folks, I have a password protected area of a site that uses sessions to store username and access level.   Most of the stuff protected is just http, however there is one page that requir...
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 am trying to modify a template. I want to add a link to an image that is generated by PHP. Currently the code is:   <dl class="gallery"><dd><a href="http://www.sky2five.com/jpegged/index....
i am new to xml.i want to know how we can create an xml file in php
I am running Rhel5 and have PHP515 installed in /opt/sugarcrm/php. I downloaded libmcrypt and mcrypt from sourceforge: mcrypt-2.6.7.tar.tar libmcrypt-2.5.8.tar.tar I believe I have all...
i have some code that checks for website addresses in a block of text.  if it finds an website address, it wraps <a></a> tags around the address like this: <a onclick="javascript:window.ope...
I want to search a string for an occurrence of some string with wildcards.  I think I need to be using regex, but I'm not particularly good at that format (Any suggestions on regex formatting ...
I have switched from one ISP to GoDaddy. I have used the PHP mail() function on numerious servers with other ISP's and it works great. Now that I switch to GoDaddy it is not going LOL. Here is...
I want to increase the amount of time it takes for a session to time out when using PHP Sessions. I know the answer is probably out there somewhere but I tried to search for it and couldn't fi...
hello everyone.  i would like to get the width and height of images to be able to display images properly.  i used the getimagesize() function of php. but there are instances where this fai...
Hi all, i need to be able to count the number of files (.jpg) in a folder and use that number as a variable. the reason being is that i will be constantly uploading photos to this websit...
Hi, I use the following code to add an embedded image to an email message, but the image isn't included in the email....please help.... my code: $mail = new PHPMailer(); $mail->AddEm...
As you know a "/" URL points to the website root but "/" in a (PHP) path isn't necessary pointing to the same place since most webservers  don't publish "/" but rather some htdocs directory. ...
Hello I am new to PHP and need to enable GD for some images...I am using PHP 5.25 on windows ..do I need to compile (how?) or is it just a configuration file change to enable it? I am confu...
If I want PHP to submit GET variables it's easy. <?php $User_ID=1; header("Location: http://www.example.com/activateuser.php?UserID=".$User_ID); ?> but I need to use POST variables. I ...
<?php $arr = array("one", "two", "three","four","five","six","seven"); shuffle($arr); // need to limit 5 foreach ($arr as $value) {     echo "Value: $value<br />\n"; } ?> I have...
I know i could code this my self with a bit of work, but before I do I wanted to know if anyone knows of any prebuilt image view that does that following: 1. Allows the user to zoom in on t...