39,316 Topics

Member Avatar for
Member Avatar for Awah Mohamed

Hi guys , how is everything ?. I have got a small problem on the datas which are coming from my database . Ok it is not a real problem . A part of my website do contain some articles and i want to view only the titles of the …

Member Avatar for vibhaJ
0
65
Member Avatar for shobhit25

hi all i m very new to php n wanna knw hw can i add a richtext box in my application... thanx in advance..

Member Avatar for arundurai
0
218
Member Avatar for lwaterfo

Hello All, I have very little experience with php, and I recently downloaded a script on a website for displaying a database here: [URL="http://www.designplace.org/scripts.php?page=1&c_id=25"]http://www.designplace.org/scripts.php?page=1&c_id=25[/URL] I tried changing the code in lines 31-33 so that only certain variables within a record would be displayed. This is what my changed code looks …

Member Avatar for lwaterfo
0
80
Member Avatar for urlstwohim

I have a problem with this script. I would like to have the user input used in the query. I have been trying for days and numerous methods with no success. [code=php] <?php function new_module_menu() { $items = array(); $items['new_module/form'] = array( 'title' => t('My form'), 'page callback' => 'new_module_form', …

Member Avatar for urlstwohim
0
167
Member Avatar for dwssassin

Hello, I made a registration confirmation code that emails you a random md5 in the form of [CODE] www.yoururl.com/confirmation.php?key=as19239avjkajesdfkj [/CODE] and key is the confirmation code. However I am trying to implement a 2 part confirmation code (one sent to your email and one sent to your cell phone) so …

Member Avatar for dwssassin
0
143
Member Avatar for nelliott10

I am currently producing a system in which I want the user to be able to select the product name from a drop-down menu and when selected I would like the barcode to appear in the barcode field. I would really appreciate any help, however great or small. The current …

Member Avatar for metalix
0
99
Member Avatar for masterjiraya

I have the trial3.php code here. [code=php] <html> <head> <title> choose 1 </title> </head> <form> <input type='radio' name='name1'>edit<?php echo "<form action=trial.php></form>";?></br> <input type='radio' name='name2'>GMT<?php echo "<form action=trial2.php></form>"; ?></br> <input type='submit' name='SEND' value='send'> </form> </html> <?php $send; $fetch_DATA1=$_GET['name1']; if($_GET['name1']) echo "<form action=trial.php method=get></form>"; else echo "<form action=trial2.php method=get></form>"; ?>[/code] what i …

Member Avatar for metalix
0
146
Member Avatar for jeffcogswell

Rapid Application Development has come a long way since the early days of Delphi and Visual Basic in the mid 1990s. I remember those days well, as I immersed myself in Pascal development with the original Delphi back in 1995 and even wrote a couple of books about it. Delphi …

3
810
Member Avatar for Ndoom

Hi all, Welcome to Study Group 13 (SG13) ^_^ We are a group of people – mostly students – who are self-learners. We share the study materials (obviously online materials), help each other in debugging our codes, and give advice regarding programming or studying problems. Q&A: Q: What programming languages …

Member Avatar for popin
0
449
Member Avatar for ello

Hey guys, I'm having some AJAX troubles that hopefully someone can help me with. I have some PHP code, which works fine. And I'm trying to call the PHP function with AJAX. But I've never used AJAX at all so I'm a little confused. I've tried to fiddle around with …

Member Avatar for ello
0
352
Member Avatar for andydeans

hi, i have a site which is secure with a username and password combination with mysql backend database. the encryption is sha1 for the password. what about securing the url? at the moment it displays for example: page_name.php?ID=24 if you modify the ID other users can see other pages they …

Member Avatar for EvolutionFallen
0
105
Member Avatar for ud2008

I try to create a selection page, where different query are made, depending on selected checkboxes, and textboxes. It works for most the part but I a selection between zipcode ranges and year of birth range (between nbs_zip and nbs_zip2 and between nbs_contact_year and nbs_contact_year2). It works when I have …

Member Avatar for hielo
0
80
Member Avatar for pssubash

I want to be able to open a PowerPoint file in PHP and copy read all the contents? How it is possible,have any idea?

Member Avatar for pssubash
0
171
Member Avatar for doctorphp

Hi All. I am having some trouble with a script which allows a user to upload a photo. When the page first loads it checks if the user has reached their maximum photo capacity. If they have then it will redirect them to another page. If they can upload more …

Member Avatar for doctorphp
0
108
Member Avatar for mybluehair

Hello. I have a php file with a form on it. the form has a few text fields and a few file fields. The problem is that for some weird reason the file upload fields screw everything up. After I press submit, it carries NO data to the fallowing page. …

Member Avatar for syamsasi
0
262
Member Avatar for lwaterfo

Hi all, I am looking for php help. i want to create a login page for access to 1 table (data) in my database (app1) consisting of about 10 fields. I will be giving the user the password and creating a password for them, but I need them to be …

Member Avatar for lwaterfo
0
120
Member Avatar for hjaffer2001

Hi all, I have a code which works fine. [code=php] <?php $db = mysql_connect("localhost","root",""); mysql_select_db("test",$db); $today = date("F j, Y, g:i a"); //echo $today;exit(); $file = "test.txt"; $fp = fopen($file, "r"); $data = fread($fp, filesize($file)); fclose($fp); $output = str_replace("\t|\t", "|", $data); $output = explode("\n", $output); foreach($output as $var) { //$categories_id …

Member Avatar for Karthik.gautham
0
140
Member Avatar for rje7

|__www/ | |__application/ | |__includes.php | |__public/ |__index.php the line in the index.php says require_once ('application/includes.php'); and that includes.php file will have similar require_once which has reference to files under the subfolders of application. i'm using ubuntu lamp stack. i got this open source project which was first developed in …

Member Avatar for rje7
0
120
Member Avatar for theighost

Hello, I am new to Cron and want to test if it's working, I don't have a live server so I am using xamp and wamp. How can I test if my cron code is working? I don't want to use windows scheduler as I am not interested in performing …

Member Avatar for ApocDen
0
234
Member Avatar for comhacker99

I know the image size for the PC in Four Wonder not upload from is drawn from four Wonder I find the sizing. Fit already been done by This อ่ะ ครับ. $ S = GetimageSize ($ pro); $ W = (int) $ s [0]; $ H = (int) $ s …

Member Avatar for comhacker99
0
64
Member Avatar for HFUnited

Hey guys fairly new to PHP as is, I need to run a PHP function call through an onClick which through my research I have found that I need to use AJAX. Let me explain better what I am trying to do. I am currently using Simplepie PHP to pull …

Member Avatar for Medievo
0
473
Member Avatar for narciss18hh

I have a database that gets data from a card reader, a person that wants to eat uses the card and the info about the person gets in the database, info like id, day, name... i want to create dropdown lists that will extract data from the database like this: …

Member Avatar for rajarajan2017
0
88
Member Avatar for hassancool

Hi there.... I was looking to add Jqzoom in a php page... there are different calls in the page and I got stucked with them..... Though I am a learner and want some one to help me with this..... My Page Shows this code [CODE]require('includes/application_top.php'); $navigation->remove_current_page(); $products_query = tep_db_query("select pd.products_name, …

Member Avatar for metalix
0
219
Member Avatar for umandajayo

hello friends, I am try to get database values from while loop. but It gives me [B][COLOR="Red"]Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource[/COLOR] in /home/empower.md/www/index_ujbee_file_uploard.php on line 32[/B] here this is my code... [CODE] require "connect_ujbee_file_uploard.php"; require "todo.class_ujbee_file_uploard.php"; // Select all the todos, ordered by position: …

Member Avatar for rajarajan2017
0
78
Member Avatar for fasharlht

this is my code.i m trying send mail with attachment(word,excel,pdf,etc....any attachment)plz help me how to attach file...mailing list from database(mysql)...thanks in advance <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Send e-mails</title> <?php $from = "mail@mail.com"; $mesa = $_POST['mess']; $subje = $_POST['subj']; …

Member Avatar for rajarajan2017
0
139
Member Avatar for canterorist

hi! i'm trying to upload an image in my site. But the error occur. [B]Warning: chmod(): Operation not permitted in /www/clanteam.com/i/s/e/isellitem/htdocs/test3.php on line 9 [/B] [B]Warning: move_uploaded_file(): Unable to access try/2010 BMW M3 Sedan Front View.jpg in /www/clanteam.com/i/s/e/isellitem/htdocs/test3.php on line 10[/B] php code: [CODE] if(isset($_POST['btnsub'])) { $name=$_FILES['file']['name']; $dir='try/'.$name; chmod('try/',0777); move_uploaded_file($_FILES['file']['tmp_name'],$dir); …

Member Avatar for canterorist
0
154
Member Avatar for androidz

hi i downloaded the wp_page_numbers plug-in and install it in wordpress after that i have installed it i set the option in the admin..and at the lower there is a code that says you need to add to your theme.. Add the code where you find previous_post() and next_post() functions. …

Member Avatar for androidz
0
248
Member Avatar for mybluehair

So you would think that I could search up on Google and learn all about URL encoding from all the tutorials, but I have been left seriously confused, and extremely frustrated. Here is what I need to do: I need to make a html link that links to a php …

Member Avatar for mschroeder
0
180
Member Avatar for mpc123

I have results of people that i need to compare and echo out. Eg 2x dropdown menus with all the peoples names in and each field then echoed in a table once the 2x dropdowns have been selected. the 2x dropdowns will be the same and have the same names …

Member Avatar for metalix
0
112
Member Avatar for $urya

Hi, I have searched all over google to find a best book for PHP, and feel lost cause a lot of reference, and I can't even try different books at a time. I want to purchase a book on PHP which covers database, it should have a good availability in …

Member Avatar for metalix
0
161

The End.