39,320 Topics
| |
I have been looking everywhere and I can't seen to find a script that either lets my users upload their files with some information about them (Title, Description, etc) to my server or a php email form with attachment possiblities. I have tried phpMailer but I don't really like it. … | |
Hey All, I've been googling and phping (doesn't quite sound as good) and I can't seem to find any references or even what it is called. Here is my current situation: We have a webserver running at production.company.com In directories below that, we have web-applications such as production.company.com/timeTracker production.company.com/calculator production.company.com/geneticCloner … | |
Hi everyone and thanks for reading. I've been making a news section for a client's site and now I'm trying to make a little box for the front page to show the five latest stories. Everything is fine in that aspect; I know about using the LIMIT keyword in the … | |
Hi this is scorpionz I am having a problem regarding time in PHP. I want to insert time in my mysql DB as for example 10:12 AM or 10:12 PM As a matter of fact mysql will not accept this format, so i am taking a field as VARCHAR but … | |
hai..i have problem.. my problem is when checked radio button and click submit , the radio button not disabled and user can check again . what i want is i want that radio button disabled when click submit. i hope you all can help me....i'm very tension...:'( | |
I am trying to translate the PHP script into Java. If anything please advise what or how this translates? PHP: [code] if(isset($_GET['getClientId'])){ $res = mysql_query("select * from tableOne where clientID='".$_GET['getClientId']."'") or die(mysql_error()); if($inf = mysql_fetch_array($res) ... [/code] My attempt in Java and it is giving me errors with getClientId part … | |
I want to query exchange server through my php script. I downloaded class_http.php and class_xml.php. I am trying to run the example php script to find all the folders in the inbox for a user named 'twolf'. I changed the following parameters as follows: $exchange_server = "http://mail.msm.edu"; $exchange_username = "dkv@msm.edu"; … | |
Hi there, I have read a few articles about WordPress plug-ins and themes but I can't figure out how to create a completely new page that uses theme. Let's say that my blog is set up to display post detail with the following url: [url]http://myblog.com/2008/06/29/this-is-title[/url] I want the comments listing … | |
Hi all! I have a list of contacts with checkbox in every row. I want to delete multiple contacts via the checkbox but with no success. It would be greatly appreciated if anyone could help. Thanks in advance. <form name="form1" method="post" action=""> <p> <?php $cName = trim($_POST['cname']); //echo "Cname is … | |
This is partly PHP, partly javascript, so I wasn't sure where to stick it, but I'll stick it here. I'm sorry if this is a bit confusing, but I hope I can explain myself well. The below code queries a table in my database, and prints out a table with … | |
plz help me i wanna read following to capture some specify values... plz hepl me &l4H (s3B (s16901T (s12HCharges Summary For the Mobile Service No 0712069069 (Mr. . .) of Account 1863480 _________________________________________________________________________________ Service Package Description : Corporate package for 750 CommBill No : 7810912 (s0B &d#DCall charges &d@ Outgoing … | |
Run this...: [CODE=PHP] <?php function recrusion($array, $return, $pid=0, $level=0) { foreach($array as $id=>$parent) { if( $parent===$pid ) { $return[$id]= $level; /* remove "unset" for correct results */ unset($array[$id]); recrusion(&$array, &$return, $id, $level+1); } } } /* input array as id=>parent */ $array= array(1=>0,2=>1,3=>2,4=>3,5=>2,6=>2,7=>6,8=>6,9=>0,10=>0); $return= array(); recrusion($array, &$return); /* return array … | |
Hi, first of all I apologise for all the mistakes I am going to do writing in English. I will try to explain what I should do. I manage a web site where the owner like to put a sort of newletter for members. It doesn't sound so difficult... but … | |
I cannot upload more than 1mb photo into databases. i`m using wampserver.when it is below one 1mb it is uploaded. your help will be appreciated. Down is the code i used to upload photo. upload.php <form action="addphoto.php" method="POST" enctype="multipart/form-data"> <table cellpadding=0 cellsapcing=0 border=0 align=center width=450 height=50 bgcolor=gray> <tr><td><p><b><font color=blue>UPLOAD YOUR … | |
Hello, Running the following code returns FALSE. [CODE]$server = "smtp.gmail.com"; fsockopen('tcp://' . $server, 587);[/CODE] I know those are correct server address and port because I have ssmtp installed on my computer it uses those values to connect. But when use those values to connect from a real web server it … | |
how to put icon on php? in my index.php where i can put the code? heres my index. php <?php include("./include/auth.php"); include("./include/top_header.php"); ?> <table width="98%" align="center"> <tr> <td class="textArea"> <strong>You are now logged into <a href="about.php">Cacti</a>. You can follow these basic steps to get started.</strong> <ul> <li><a href="host.php">Create devices</a> for … | |
Hi, i am having problems displaying the second page of search results. I have applied similar code to a view all logs page which works perfectly but i am having problems making it work with search results. I think it might be a problem with $searchString, not sure??? Please help … | |
I'm interested in learning more about PHP and MySQL. What source would you guys reccomend? I'm looking for something online that can first teach my PHP a bit better then the relation with MySQL. I don't want the main PHP site but some eBook or something maybe you guys can … | |
Hi,friends I want to display calender in simple way just like the calender display all months in first row,after then 15 days of any one month in second row just like dtpicker but all months displayed at the same time in one row. ref link:[url]http://www.tourstogo.com.au/tour.5143[/url] as given in link, i … | |
...........please somebody help me with this ..... i want to display images contained in a folder (basically www dir in wamp)....... the images should be displayed on a webpage...... its like a search box.....you hav to enter the name of the folder to view its images....... ...............please help me with … | |
Hi all, Can someone tell me, How to wrap text around an image when the image source is in a php variable?Here is my code. [code=php] <html> <head> <style type="text/css"> #divider { background-color: #ccffff; border: 1px solid #ccc; padding: 0px; margin: 1px 0px 0px 0px; } .fndslist{ position: absolute; border: … | |
Hello everyone, I am new to this community.. I have no clue how to go further with the doubt i am going to post. I am supposed to connect to XYZ(remoteserver) which uses mysql server and fetch data from it through my localhost ABC. I wrote my PHP script and … | |
Hello everyone, I'm sure this has a quick answer/fix but I can't seem to figure out how to store a checkbox value to mysql. And I'm not sure what type I should be saving it as in the field on mysql(like bool, int, varchar). I have 14 check boxes and … | |
Good Day! Please help with my requirement, I'm more on a graphic designer and has little knowledge in programing, mostly on basic html only. I have a web page I created in Flash and exported to an html page. I need this to have a predefined username / password (pass … | |
can we connect from php to oracle 6. if it is possible then, how can we do it... regards shuja | |
Mainly in Firefox, and especially when the video is paused, the current image in the video will shift up or down if the user scrolls up or down on the main page. It seems almost as if the video itself is stuck at one specific location but the video viewer … | |
Can you take a look at this: [code] <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <?php $emai=$_REQUEST['txtemai']; $subj=$_REQUEST['txtsubj']; $mess=$_REQUEST['txtmess']; if (@mail($emai,$subj,$mess)) { echo('<p>Mail sent successfully.</p>'); } else { echo('<p>Mail could not be sent.</p>'); } ?> </body> </html> [/code] I keep on getting the else statements. … | |
i have displayed all members in my site including there photos,which they uploaded. this is the view.php which image will appear for everymember who uploaded photo. <? echo"<img src=retrieve.php?id=$userid width=200 height=150>"; ?> retrieve.php <?php //PHP code (for images.php) if(isset($_GET['id'])){ $id = $_GET['id']; // Connecting to a MySql Database include"config.php"; //selecting … | |
Hi , Can anyone tell me is there any other connection method(mysql with php) other than this.Please help me.. [code=php] $hostingname="localhost"; $username="root"; $password=""; $dbname="test"; $rr=mysql_connect("$hostingname","$username","$password")or die(mysql_error()); mysql_query($rr); mysql_select_db($dbname) or die(mysql_error());[/code] thanks Punithapary | |
hi, Any one who knows HSBC payment integration please help me.URGENT! THanks fedalcoder |
The End.