Search found 32 matches

by dumlee
Mon Jul 14, 2008 9:49 am
Forum: PHP - Code
Topic: href link in php
Replies: 2
Views: 89

href link in php

echo "<a href=".HTTP_PATH."/Publish/Users/Signup/registration.php">"Click Here to Proceed";


please provide me the correct way of making it an hyperlink.

Its urgent
by dumlee
Mon Jul 14, 2008 9:29 am
Forum: PHP - Code
Topic: HOw to provide all states and countries
Replies: 1
Views: 112

HOw to provide all states and countries

HOw to provide all states and countries to a user without manually populating the list.

I am not having list of states for every country please help for that also.
by dumlee
Fri Jul 11, 2008 6:33 am
Forum: PHP - Code
Topic: Redirecting user to if Captcha image text doesnt match
Replies: 2
Views: 111

Redirecting user to if Captcha image text doesnt match

If the text entered by user in Text box does not match with the text shown in Image (Text in Image is Some Session data).

Then how to to redirect him after checking it on server end and then populating all fields with their previous values.
by dumlee
Thu Jul 10, 2008 11:08 pm
Forum: PHP - Code
Topic: comparing Text from Image
Replies: 7
Views: 210

comparing Text from Image

How to insert Image containing text in Registration Page and compare the text entered by user with that present in Image.
by dumlee
Thu Jul 10, 2008 4:48 am
Forum: PHP - Code
Topic: Java Script validation Problem
Replies: 1
Views: 98

Java Script validation Problem

Java script Validation is not working.Please help. Code in Html file: ============= <select name="fldCountry" id="fldCountry" onchange="updateStates(this.form)"> </select> fldCountry --> dropdown list Id code in js file: ========== if ( document.form.getElementById(&quo...
by dumlee
Thu Jul 10, 2008 4:42 am
Forum: PHP - Code
Topic: Email Sending problem
Replies: 2
Views: 121

Email Sending problem

Please guide me in the code for

1.Send an email when one user registers on the site from registration page.

2.This email must contain a link which when clicked should contain:

userid in query string and should update confirm field in database to 1.
by dumlee
Thu Jul 10, 2008 4:11 am
Forum: PHP - Code
Topic: Confirmation Email
Replies: 2
Views: 138

Confirmation Email

i need to Send an email when one user registers on the site from registration page.

This email must contain a link which when clicked should contain:

userid in query string and should update confirm field in database to 1.
by dumlee
Wed Jul 09, 2008 11:11 pm
Forum: PHP - Code
Topic: Populating Combo from db
Replies: 2
Views: 123

Populating Combo from db

I am having countries stored in db and want to show it to user in combo.

Please help.

After user selects country corresponding states should be shown in other combo.

Pls help
by dumlee
Thu Jul 03, 2008 5:05 am
Forum: PHP - Code
Topic: taking Values from Query String (CRITICAL)
Replies: 6
Views: 234

Re: taking Values from Query String (CRITICAL)

Database being used is different for both login Systems.

Pls Suggest What I can do ?
by dumlee
Thu Jul 03, 2008 4:17 am
Forum: PHP - Code
Topic: taking Values from Query String (CRITICAL)
Replies: 6
Views: 234

taking Values from Query String (CRITICAL)

There is a website designed in .net and in Between After clicking on one link we are using PHP Pages to be shown under IFRAME Now the problem is User logs in using Dot Net Login Page and when he clicks on the ifram link then he is again asked to login as both the systems are having different login s...
by dumlee
Wed Jul 02, 2008 4:52 am
Forum: PHP - Code
Topic: Data Insertion in database ----Problem being Faced
Replies: 2
Views: 360

Data Insertion in database ----Problem being Faced

I am able to enter all data being asked from the user in a form to the database but not able to Enter Username and password. <?php require_once(BL_PATH."/HTMLControls.php"); ?> <form method="post" onSubmit="return submitForm(this)"> <input type="hidden" name=&...
by dumlee
Wed Jul 02, 2008 1:06 am
Forum: PHP - Code
Topic: mVC Architecture
Replies: 4
Views: 269

Re: mVC Architecture

public function addUser($user) { $this->logError("UserManager->addUser()"); $query = "INSERT INTO tblUsers SET fldUsername = '" . add_slashes($user->getUserName()) . "', fldAccountNumber = '" . add_slashes($user->getAccountNumber()) . "', fldPassword = '" . ad...
by dumlee
Wed Jul 02, 2008 12:56 am
Forum: PHP - Code
Topic: mVC Architecture
Replies: 4
Views: 269

Re: mVC Architecture

We are using a framework.
by dumlee
Wed Jul 02, 2008 12:43 am
Forum: PHP - Code
Topic: mVC Architecture
Replies: 4
Views: 269

mVC Architecture

In Our company We are using MVC Arch. I am a fresher with PHP.Just know abt Basics. In the code given to me I have to design Registration page and that will be controlled by another file init.php (Will Validate Data) and then One template folder is used to Provide Interface My Problem is That alll o...
by dumlee
Mon Jun 30, 2008 7:48 am
Forum: PHP - Code
Topic: Associative Arrray
Replies: 1
Views: 406

Associative Arrray

Pls Explain following Array Element structure: $GLOBALS['USER_LEVEL_PERMISSIONS'] = array( LEVEL1_USER_PERMISSIONS => array( PERMISSION_LEVEL_ALL => array(LAB_PERSONAL_DETAILS => 1), PERMISSION_LEVEL_ADD => array(LAB_REPORTS => 1) ), LEVEL2_USER_PERMISSIONS => array( PERMISSION_LEVEL_ALL => array(LA...