Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
Join the friendly bunch on IRC...
(
#TalkPHP on Freenode
)
...Also available via a
web interface
.
See
this thread
for information on the TalkPHP Free Hugs Initiative™.
Subject to availability.
Associates
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
Showing results 1 to 19 of 19
Search took
0.11
seconds.
Search:
Posts Made By:
shankar
Forum:
General
06-07-2009, 11:58 AM
Replies:
2
Dynamic drop-down help!!
Views:
556
Posted By
shankar
Dynamic drop-down help!!
<form action="stud_attendance_report_month.php" name="select_date" method="POST">
<select name = "month" >
<option value = "0">Select one</option>
<?php
$query2 = mysql_query("SELECT * FROM...
Forum:
General
06-07-2009, 11:42 AM
Replies:
1
Unable to list all the month names and mont values
Views:
397
Posted By
shankar
Unable to list all the month names and mont values
<form action="stud_attendance_report_month.php" name="select_date" method="POST">
View results of
<select name = "year" >
<option value = "0">Select...
Forum:
General
06-03-2009, 03:55 AM
Replies:
0
Php XML worksheet reader.
Views:
599
Posted By
shankar
Php XML worksheet reader.
This might be useful, its a script to read XML files and add these values to the database.
To achieve this we need
1.An html form to upload your XML worksheets.
2.A mysql db table with entities...
Forum:
General
05-08-2009, 07:23 PM
Replies:
1
Jesus help me dynamic update in drop down
Views:
450
Posted By
shankar
Jesus help me dynamic update in drop down
<form action="stud_attendance_report_month.php" name="select_date" method="POST">
View results of
<select name = "month" >
<?php
include("connect.php");
$query =...
Forum:
Advanced PHP Programming
05-08-2009, 07:22 PM
Replies:
3
Jesus help me dynamic update in drop down
Views:
720
Posted By
shankar
Jesus help me dynamic update in drop down
<form action="stud_attendance_report_month.php" name="select_date" method="POST">
View results of
<select name = "month" >
<?php
include("connect.php");
$query =...
Forum:
General
04-28-2009, 05:44 PM
Replies:
8
sending mails from wamp server
Views:
6,261
Posted By
shankar
sending mails from wamp server
<?php
$to = $_POST['address'];
$subject = "Email from websitename.com";
$name = $_POST['name'];
$headers = "From: admin@websitename.com";
if ($name&&$to)
{
$message = "If you are able to view this...
Forum:
General
04-23-2009, 03:12 AM
Replies:
2
php mysql month function?!!
Views:
2,668
Posted By
shankar
Thanks
Thank you v much thank u vv much,, it worked
Forum:
General
04-22-2009, 05:15 PM
Replies:
2
php mysql month function?!!
Views:
2,668
Posted By
shankar
php mysql month function?!!
I want to create php code to only display user to view only entries from a particular month, can anybody help me!!
this is the code i used; its not working .. can any1 fix it up.
$get_month =...
Forum:
General
04-19-2009, 05:13 AM
Replies:
2
Whats the error?
Views:
404
Posted By
shankar
Whats the error?
<?php
session_start();
$username=$_SESSION['username'];
$fname;
$lname;
$guardian;
$connect = mysql_connect("localhost","root","") or die ("Couldn't...
Forum:
Absolute Beginners
04-17-2009, 11:09 AM
Replies:
2
Anything wrong with this?
Views:
776
Posted By
shankar
Anything wrong with this?
Anything wrong with this?
$query2 = mysql_query
("INSERT INTO...
Forum:
General
04-17-2009, 06:05 AM
Replies:
1
How to navigate through pages automatically without href links
Views:
569
Posted By
shankar
How to navigate through pages automatically without href links
$_SESSION['username']=$username;
$type=$dbtype;
if($type=="Student")
{
//codes for guest acc stud_login.php
}
else
{
Forum:
Absolute Beginners
04-14-2009, 06:18 PM
Replies:
6
Can you find the mistake in this code
Views:
692
Posted By
shankar
Thank you everyone.. i found it..thank you
Thank you everyone.. i found it..thank you
Forum:
Absolute Beginners
04-14-2009, 06:12 PM
Replies:
6
Can you find the mistake in this code
Views:
692
Posted By
shankar
but still its not working....i made the following...
but still its not working....i made the following changes
<?php
$username = $_POST['username'];
$password = md5($_POST['password']);
$type= "Guest";
$connect =...
Forum:
Absolute Beginners
04-14-2009, 04:52 PM
Replies:
6
Can you find the mistake in this code
Views:
692
Posted By
shankar
This is to insert a new row so that people can...
This is to insert a new row so that people can register to login to diff pages.i complied the page and i got this error when i entered new username to be added.
Unknown column 'shankar' in 'field...
Forum:
Absolute Beginners
04-14-2009, 04:07 PM
Replies:
6
Can you find the mistake in this code
Views:
692
Posted By
shankar
Can you find the mistake in this code
<?php
$username = $_POST['username'];
$password = md5($_POST['password']);
$connect = mysql_connect("localhost","prashant_shankar","shankar") or die ("Couldn't...
Forum:
Absolute Beginners
04-12-2009, 06:27 PM
Replies:
4
How to depooly a php site with mysql using phpmyadmin?
Views:
679
Posted By
shankar
What to do?
But the problem is i cant create any databases on the server, it says permission denied,the server has phpADMIN too
Forum:
Absolute Beginners
04-12-2009, 05:44 PM
Replies:
4
How to depooly a php site with mysql using phpmyadmin?
Views:
679
Posted By
shankar
How to depooly a php site with mysql using phpmyadmin?
Hi guys i use wamp server and use phpmyadmin for DB, i am done with my web application, how to deploy it in a server, how to export the db and where to import the same. Some help will be surely...
Forum:
MySQL & Databases
04-12-2009, 05:41 PM
Replies:
1
How to upload all phpMySQL files on to the server
Views:
825
Posted By
shankar
How to upload all phpMySQL files on to the server
Hi guys i use wamp server and use phpmyadmin for DB, i am done with my web application, how to deploy it in a server, how to export the db and where to import the same. Some help will be surely...
Forum:
Member Introductions
04-12-2009, 09:14 AM
Replies:
2
Hello talkphp
Views:
567
Posted By
shankar
Hello talkphp
Myself Shankar, am new to talk php. A begginner in php and mysql.I use wamp server in xp OSenv.I hope you guys will enjoy my company.Waiting for your interactions.
--
Regards
Shankar :-)
Showing results 1 to 19 of 19
All times are GMT. The time now is
02:01 AM
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by
vBSEO
3.1.0
Inactive Reminders By
Icora
Web Design