39,316 Topics

Member Avatar for
Member Avatar for saybabs

I really need someone to help me on the scenario below. I fetch all the rows in a database table with the mysql_fetch_array() and it was successful. I placed a button on each row in order to click and take the user to another page. On click of the button, …

Member Avatar for Biiim
0
143
Member Avatar for manjushreekaran

hello all, after tried so much now posting here. i have two programs sql.php and form.jsp. i want to do insert values into mssql database from user input form. sql.php is able to insert the values into database. i have connected database using ODBC.form.jsp is able to give user input …

Member Avatar for peter_budo
0
299
Member Avatar for aaloo

this is my as2 code , i m trying to get variable t outside the onload function but failed , somebody help me !!! [CODE]$i=0; myData = new LoadVars() myData.load("http://localhost/exercise/"+$i+".php") myData.onLoad = function(succes) { if(succes){ var t:Number =myData.total_pages; a.text=myData.t1 b.text=myData.t2 c.text=myData.t0 tp.text=t } else trace ("Error loading data") } next_.onRelease …

0
106
Member Avatar for dv1r

i know this is a stupid question but i just don't know :\ if i have 2 time variables [CODE] a = 00:00:12 and b = 00:00:05[/CODE] how would i add them together to make [CODE] c = 00:00:17 ?[/CODE] i get the data from the database in this format …

Member Avatar for Biiim
0
201
Member Avatar for TigerPrincess

I am not familiar with PHP. I found a php form emailer from [url]http://www.freecontactform.com/email_form.php[/url] and edited the .php file to match my html by changing the name elements. I already fixed the syntax error with line 38 by removing the +$/" from: [CODE] $string_exp = "/^[A-Za-z .'-]+$/";[/CODE] I tried to …

Member Avatar for Biiim
0
168
Member Avatar for Danny159

Hey, I have 2 scripts, one processes an ajax request and sets a session in that script but I cant seem to get the session to work in another script... (echo the session out) on the same server just a different file? Can anyone help? Dan

Member Avatar for Danny159
0
89
Member Avatar for jinu227

Hi, I have implemented an event calendar script. Its working fine. But I want to display the calendars of 3 consecutive months on selecting the month and year from drop down menus on submit with the selected month and year in between the other two as in Easy PHP calendar. …

Member Avatar for diafol
0
402
Member Avatar for JukesK

Im using PHPGenerator for mysql to generate some pages at work. Is it possible for me to do a MySQL query like below? Or am i trying something thats impossible?? [code] SELECT training.id, training.Employee_Name, training.Team_Name, training.Date_Requested, training.Course_Information, training.Training_Provided, training.Time_Taken, training.Trainer, training.Critique_Completed, training.Certification, training.Comments, training.file_name, training.file_type, training.file_size, training.Training_Information_Given_Was, training.Training_Course_Structure_Was, training.Training_Instructor_Was, training.Training_Instruction_Aids_Was, …

Member Avatar for smantscheff
0
157
Member Avatar for rajandass65

hi today i found out that our site is hacaked by pakcyberpyrates.They somehow edited my index.php and placed thier content.When i searched the net, thier are many site hacked by them for example SNIP. At present i have updated the index.php. Friends i need ur help to solve this problem. …

Member Avatar for rayidi
0
136
Member Avatar for blahbla

hi i want to be able to generate drop down menu's based on the database information these are the table information : [CODE] +--------+------------------+------------+ | tid | tname | sport | +--------+------------------+------------+ | 10000 | Boston Celtics | Basketball | | 10001 | New Jersey Nets | Basketball | +--------+------------------+------------+ …

Member Avatar for blahbla
0
158
Member Avatar for Giedrius

Hello guys i have a little problem with integration..Im using flashcoms WebcamChat trying to use integration so that can ppl login in to chat if they are registred on my website... The integration is work ok but the problem is password in mysql User_tabe passwords is not a simple they …

Member Avatar for Giedrius
0
226
Member Avatar for Shawn.Dohmen

I had my website designed using PHP and MySQL backend. Initially the website was designed with upper and lowercase letters in link names, obviously for better readability. Thus, we had links such as the one below, capitalizing the E of English: [url]http://www.islediscount.com/English/index.php[/url] Then, most people started typing in link names …

Member Avatar for Shawn.Dohmen
0
265
Member Avatar for n3xtgen

I have a simple web login application that requires a user to login to view the next page. The login page is HTML and when you click "Login" is goes to a PHP page to check the SQL Database. If it succeeds it goes to another HTML page. I want …

0
88
Member Avatar for stoopkid

Not sure if this is a PHP problem or IIS7 issue: My form is used for editing client information, and it has worked flawlessly for the last year until now. Some clients have more "Notes" about their file than others, and recently clients with a lot of "Notes" have been …

Member Avatar for mathieu89
0
120
Member Avatar for raf.fredi

Following is my code and I'm not able to write insert query and upload file. [CODE] <!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>Untitled Document</title> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.js"> </script> <script src="http://cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js"></script> <!-- This JavaScript snippet activates those tabs --> <script type="text/javascript"> …

Member Avatar for diafol
0
179
Member Avatar for Draucia

I know this is php but it has MYSQL in it and I didn't really know where to post it. :$ The problem is, I have a check that checks if the username and password inputted matches the database's username and password. [CODE] if ($username==$dbusername&&$password=$dbpassword) { echo "Welcome, <b>$username</b>."; }else{ …

Member Avatar for Draucia
0
157
Member Avatar for azegurb

Hi all, I have taken from net MVC tutorial, but it is in German language. Can anyone explain it me why there were joined two superglobal? What is a purpose? its below [CODE]<?php // unsere Klassen einbinden include('classes/controller.php'); include('classes/model.php'); include('classes/view.php'); // $_GET und $_POST zusammenfasen, $_COOKIE interessiert uns nicht. $request …

Member Avatar for diafol
0
3K
Member Avatar for ddellostritto

Hi All - I am creating a registration system (for events) and want to send the user a confirmation mail along with a list of the people he registered to attend the event. In one point of the process they indicate how many people they want to register, I use …

Member Avatar for ddellostritto
0
96
Member Avatar for cliffcc

I use the Xampp software. My computer is connected to voucher. I don't know how to send the email out on localhost! Any software is needed ? How to change the file "php.ini"?

Member Avatar for Smeagel13
0
133
Member Avatar for sparkles_links

I have been using php for my design, Buy i wouldn't, creating dymanic url is a problem for me. Now I need it and urgently. Please guy I need your help. Example: [url]http://www.daniweb.com/forums/newthread.php?do=newthread&f=17[/url]

Member Avatar for Biiim
0
124
Member Avatar for whiteyoh

Hi All, Im attempting to set up a cron job using CPANEL. I can get the location and timing correct, but the script wont run, saying it cant find files i have included. The file itself runs perfectly fine, with no error both onscreen and in the error log. Any …

Member Avatar for whiteyoh
0
72
Member Avatar for skraps

I was wondering on how many people would find this use full and would use it if it was in a more mature stage. [url]http://code.google.com/p/wordpress-aes/[/url] I have been working on integrating AES support into wordpress. I have mentioned it to the wp-hackers group and alot of them just don't see …

0
80
Member Avatar for gavinpit

Hi I am getting very frustrated with my php code I am relitivaly new to php and need a little help displaying multiple results from mysql within the one page and it wont do it!! what am I missing?? I am displaying the results with this code but feel I …

Member Avatar for Biiim
0
189
Member Avatar for trektrak

I would love to know, if it's possible to get a specific data from a specific mysql table.. Let say on the table itself has a Varchar ... mixed of words and floats.. and then ... I want to pull only the float from the table using php... can it …

Member Avatar for trektrak
0
141
Member Avatar for aaloo

i am getting this error Notice: Undefined index: firstName in C:\xampp\htdocs\flasblog\test.php on line 3 Notice: Undefined index: lastName in C:\xampp\htdocs\flasblog\test.php on line 3 here is my php code [code] <?php include_once"scripts/connect.php"; ?> <?php $text=$_POST['firstName']." ".$_POST['lastName']; $to="anubhavjhalani09@gmail.com"; $subject="Message from php"; //data insert into database $sql="INSERT INTO entries (contents) VALUES ('$text')"; echo …

Member Avatar for Biiim
0
3K
Member Avatar for abhi10kumar

How I can send email from localhost. I am using XAMPP in windows 7; and I want to send on GMail

Member Avatar for dean8710
0
82
Member Avatar for divyakrishnan

Hi.. Is it possible to set a email server on localhost? Thanks, Divya Krishnan

Member Avatar for dean8710
0
92
Member Avatar for cacofonix

Hi all, I want to alert the user that his session time is expired . There are two options after session expired 1, redirect user to login page 2, ask user to extend their session time Guys , i never implement this feature in any of my project , can …

Member Avatar for broj1
0
127
Member Avatar for aecha

Hi all.. I am doing the display board for my company. My problem is I don't have any idea how to count every minutes that given. Like every 5 minutes it count 1 then 5 minutes later it count 2 until the certain time. Can anyone give me some hint …

Member Avatar for Biiim
0
276
Member Avatar for carlbrooks

I have a table which has the number of rows depended on what the number is in the spinner. This does work e.g If I enter 25 in spinner it comes up with 25 rows, if I enter 7 in spinner comes with 7 rows. So my problem is this: …

Member Avatar for peter_budo
-1
53

The End.