39,392 Topics
![]() | |
I really need someone to point me in the right direction. I am building a page where a person can choose what border they want to go around their business information. Once they choose it, the image goes in the database, as well as their info. I'm okay on figuring … | |
hello all who read, im here to write this forum, because i have exhausted all means (to my knowledge) of figuring this out. I used the same settings with another outlook and it worked. Basically i have a form and when the user hits "submit", the form gets directed to … | |
[CODE]Fatal error: Call to undefined function usermenulist() in D:\xampp\xampp\htdocs\general\membersList.php on line 163[/CODE] this is membersList.php [CODE]<?php //-------------------------class MemberListHandler-------------------->>> /* * * @category * @package Members * @author vijayanand39ag05 * @copyright * @license * @version Release: @package_version@ * @since 2006-05-01 */ class MemberListHandler extends MediaHandler { private $showPageNavigationLinks = false; private … | |
Hi Friends, I need to design a script which will block all user interaction on PC until an activity is completed. Problem: We need to fill time reports every day. People tend to forget filling this. This directly affects companies revenue. Solution: I am thinking of running a script every … | |
Hi I have 2 pages. 1. form.php 2. update.php I have populated valus from databse on the base of id and show in the form field, now in update page I have tried to post the value but its not working. [B]Please Helop me[/B]In Form.php [code=php]<form action="update.php" method="post"> <input type="text" … | |
Hi all, Yesterday i was working in which i need some application in which we can upload image file in our system. That is working very well. But now i want to upload a notepad text file or ms-word file from system to server. Means I want to upload a … | |
Hi All, In my project we have an option like download user schedule to Google calendar, Outlook calendar and Apple calendar, Using google calendar API I have imported user schedule to their google calendar, now I need to import to outlook and Apple calendar, I have spend much time to … | |
Hello all, I want to create a system that I will place in my admin where I go and check my partners Site that my website LINK is still there on his website or not . As on google search i found maximum ready made softwares for these purpose. Is … | |
[CODE] <form action="update.php" method="post"> <input type="text" name="userdate" value="<?= $b ?>" /> <input type="submit" name="subjoin" value="Update"> </form> [/CODE] and update.php [CODE] $c= $_POST["$b"]; echo "value".$c; //its not working[/CODE] | |
Hello! I'm having some problems with using data in an PHP form I'm working on that utilizes AJAX. Could be a beginner's mistake, but, then again, it might not be... :) SCENARIO: I have a form with two sets of fields, origin country, city, state, and zip, and destination country, … | |
[B]Hi, I am working on result.php page, where I want to order data by date, but I want remove (don't print) duplicate records.I am using 3 tables: 1,results - short res 2,excercises - short exc 3,user - shor usr I have this query:[/B] [code] [COLOR="Green"][I]<div class="main"> <table cellspacing="20"> <tr> <th></th> … | |
I'm using GD2 with PHP 5.2.9.2 and I'm trying to create a dynamic compass type thing. What I'd like is simply an arrow image that will change where it's pointing based on the [code]?=rotate[/code] get variable I pass to it. Problem is that because the image is square, imagerotate (the … | |
I have a pre-made template and have inadvertently messed something up when trying to add a favicon link. I've googled what I can and tried several corrections but fear I have made things worse...please can someone come to my assistance at all? The page says Parse error: syntax error, unexpected … | |
Hi all, I am making one application in which i need some PHP code . My means i want to upload an image that can be in .jpeg, .jpg or .gif format. That i want to upload from my system and after uploading that image and i want to show … | |
i need to activate another script and pass 2 vars and have one returned. Have I got the syntax correct AND why does it not see the script? It is in the same directory as the php script. [code=php] $mysearch="cats"; $mytype = "zero"; passthru ("/home/bookie/testbed/perlSOAP.cgi?fieldvalue=$mysearch&fieldsearch=$mytype&" , $response); return $response; echo … | |
Hei, i need help with php code. So, I have a lots of pages - but it would be nicer to put them to ONE page, if this is possible with "_GET" and "IF" function.. and with "echo". Like when the page is "page.php?p=moderator" shows me moderators.. if this is … | |
Hi everybody, I want to join 3 tables and gain same data from these tables. 1.table: usr - user information usr_id 2.table: res- results res_usr_id res_exc_id res_result 3.table: exc- excercises exc_id exc_excercise_name Now I want print all results from one user and all excercises from one user.Can somebody help me?I … | |
Hi gurus? I have problems with the search code. please help me to know why the code while($row=mysql_fetch_array($sql)) tells me that there is an invalid sql resource. please give other better search options.thanks | |
elow to all can you help me to create a search engine in php? plz! ..... | |
Hello, I have a simple HTML document that has a several DIVs... [code=html] <div id="17">Some content</div> <div id="2">Other content</div> <div id="23">And so on.</div>[/code] As you can see the IDs are not sequentially numbered because they're used by a JavaScript function that reads them and takes an appropriate action. That part … | |
i want this to be happen user can not go directly to the page i have step by step booking i dont want this to be happen user can enter direct page on address bar if a user do this it gives error how can i do this.... these are … | |
Hii Will anyone help me how to read website data in php. Please Help me i have been doing this for long time. Thanks for help ![]() | |
I have a website using MySQL database. When I retrieve any user's email address from my user table and show (echo) it to the webpage it always appears as a link. How can I show user's email address as plain text? Thanks Nigel | |
hi all, I have done one work in using multiple select box in which i am fetching value of select boxes from database. This all work i have done using ajax. Like when we select country form first select box then it will show state comes under country. But now … | |
hi everybody actually i am new to zend framework. I know that i can return a value of a variable from a form to the controller. Can I also return a value from the controller to any form or any model? If this is possible then please tell me that … | |
I am learning php and reading Kevin Yanks book. I got to the first part of php - loaded up my page and immediately got: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource blah blah I have checked the case in everything and they are all correct... … ![]() | |
[Urgent] Hi , I am trying to extract text from a website using file_get_contents('url'),no issues with that. Thing is that I am not getting expected output of it..And the reason I see is that ,if the url is generally opened,first home page flashes and while the page is still loading … | |
Hello, I want a simple Php script which does the following: (a) List all file names alphabetically such that the LAST 3 letters of the file name match with one of a few strings entered by the user at runtime For eg, two strings PDF and TXT are specified by … ![]() | |
Hello, I am really really stuck on a feature I am trying to do. I have a main page which contains an Iframe to a different script. I am trying to pass the username of the member to an iframe so that the script contained in the iframe can identify … |
The End.