Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - premecorp

Pages: [1]
1
Hi Friends,

I have one requirement where I have one textbox & submit button, when I click that button by filling value on that textbox I need it will redirect to different page & the value of that textbox automatically come into this page textbox. If any one have any idea kindly help me.


Regards,
Premashish

2
I have created that that user & database in phpmyadmin what is available in cpanel.
I have added also my server to remote database access host. Even though I am getting this error.

3
Hi Friends,

I have created an user in phpmyadmin in hosting server & when I upload & trying to open that page I am getting this warning.

Warning: mysql_connect() [function.mysql-connect]: Host 'xxxxxxxxxx.com' is not allowed to connect to this MySQL server in /home/xxxxxx/xxxxxx/config.php on line 7

It is working in my local system bt nt working in hosting server. If anyone have any idea kindly help me to short out this issue.

Regards,
Premashish

4
General PHP Help / How to login in gmail with my own domain name?
« on: May 02, 2012, 07:22:28 AM »
Hi friends,

I have designed one website & I have my email id with the domain name. Now I want to login in gmail with that email id or whatever emails I get that should be come into gmail account. Can any one help me to configure this.

Regards,
Premashish

5
General PHP Help / How to give the search option for website ?
« on: April 17, 2012, 09:46:05 AM »
Hello Friends,
I am working in a website where one search box is available, this website is for online training provider, so it has different pages for different courses. If anyone want to search by giving any course name the related course list or that particular course page should open. If anyone have any idea regarding this please help me and what are the different ways to achieve this means I have to maintain database or I can use xml also for this.

Regards,
Premashish

6
General Chat / Which is the best web hosting company in india ?
« on: March 27, 2012, 03:45:10 AM »
Hello friends,

I have design a website & now I want to upload that into a server but I dont know any web hosting company in India (Hyderabad). Please help me to select that, I need service should be good & space should be unlimited.

Regards,
Premashish

7
Hello Friends,
I have designed a page, it has header, footer, menus, left panel, right panel and body. Here I kept all in separate file and included with PHP include() function. And I need when I click any menu (I used hyperlink) the specific page should be open in the main body location. So my problem is how to call specific page by specific menu and how to place in main body page at specific location. In this case my main body page, menu page and external page all are different page. If anyone have good idea about this kindly help me.

Thanks & Regards,
Premashish

8
HTML & CSS / How to update only body part in the website ?
« on: January 31, 2012, 09:11:43 AM »
Hello Friends,
I have design a html page, it has five different parts like header, left panel, right panel, footer and body. All are common except the body, only body should be change when I click any menu or button, I dont want to use the common page code in every page. Iframe is there but iframe is not supported by every browser. So what is the alternate way to achieve this. If anyone has good idea about that kindly help me.

Thanks & Regards,
Premashish

9
Javascript & Ajax / How to show browser doesn't supported error message ?
« on: December 02, 2011, 07:10:36 AM »
I have used yahoo ping box, Its working fine on firefox and google crome but it not showing Internet Explorer. So in that case I want to show an error message "IE does not support in yahoo pingbox..." in that place. How can I do this thing if any one have any idea regarding this pls help me...

Regards,
Premashish

10
Javascript & Ajax / How to validate the phone number ?
« on: November 24, 2011, 08:24:34 AM »
Hi,
I want to validate the phone number(landline or mobile) using a regular expression.
Phone number should be global (like used all over the world).
It may contain special characters(Optional) like "hypen"(-), or "Paranthesis"().
Ex: 086-104-2222
or (086)-104-2222
or 0861042222 (US)

or 9999999999 (Mobile)

or 08026693647 (India)

Can i get these done in a single expression
If anyone have any idea regarding this please help me...

11
General PHP Help / How to redirect multiple pages ?
« on: November 08, 2011, 07:37:01 AM »
Hello Friends,
I have a html form with multiple fields and a paypal button, when I click that paypal button I need all the data through a mail and as well as this page should redirect to paypal account page. To mail I have written a php mail script, I can use form action property but here I can redirect only one page and I want to redirect both mail page and paypal account page, how can I do this thing if any one have any idea regarding please tell me...

Regards,
Premashish

12
General PHP Help / how to change html button postion and size?
« on: November 07, 2011, 07:42:58 AM »
Hello Friends could any one can say how to change html button position and size? I have a write a script but it is not working...

<input type="button" value="submit" style="height: 100px; width: 100px; left: 250; top: 250;">

13
General PHP Help / How to change the format of mail?
« on: November 05, 2011, 11:50:46 AM »
Hello Friends,
I have used mail function and its working perfectly but I want to change the format of coming mail. I have a html form with multiple fields like Name, Email, Phone.... and I am getting the mail like NameEmailPhone... because I have used concatenate all the message variable.

I need the mail like
Name: ------
Email: ------
Phone: ------

If anyone have any idea regarding this please help me.....

14
General PHP Help / I am getting error in php mail...
« on: November 05, 2011, 05:06:42 AM »
Hello friends,

I am getting error in php mail() .

Script:
 <?php
 $to = "premashish01@gmail.com";
 $subject = "My subject";
 $txt = "Hello world!";
 $headers = "premashishk@gmail.com";
 mail($to,$subject,$txt,$headers);
 ?>

Error:
  Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\mail.php on line 8.

If any one can have any idea regarding this please help me...

15
HTML & CSS / How to place hidden button on top of paypal button image?
« on: November 05, 2011, 04:58:48 AM »
How to place hidden button on top of paypal button image?

Postby premecorp ยป Fri Nov 04, 2011 6:09 am
Hello friend,

I have a scenario where we have a html form with paypal button, when i click this button i need three different things like...
1. it will check the client side validation with javascript.
2. whatever I will fill in the form all data we should get through emails.
3. if all the the input values are valid then it open paypal page.

All that things are not working with default paypal button so thought i place a hidden button on top of paypal button and do all the things, but my problem is how to place html hidden button on top of paypal button. I any one have any idea regarding this please help me......

Pages: [1]