User Profile

Collapse

Profile Sidebar

Collapse
nickyspace
nickyspace
Last Activity: Aug 19 '08, 06:19 AM
Joined: Mar 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hi

    Markusn00b

    thanks for replying

    atleast you tell me how to write code tag

    this i have wrote

    code : php

    and line number to the code

    if i'm still making mistake . Then please help me to figure out my mistake in code tag.

    if u r online please reply me as soon as possible.
    I will be greatful to you....
    See more | Go to post

    Leave a comment:


  • nickyspace
    started a topic Fatal error: Call to undefined function fe()
    in PHP

    Fatal error: Call to undefined function fe()

    HI

    all

    I have a little issue with this php code. Below is the code

    CODE: PHP


    1.<?
    2. include("../includes/common.php");
    3. include("../path.php");
    4.
    5.$func_ary=arr ay("dental_view ","add_data","a dd_data2","mail _data","thanks" );
    6.if(fe($_REQUE ST[act]))
    7.{...
    See more | Go to post

  • nickyspace
    replied to FeedBack Form
    in PHP
    hi
    the servant


    thanxs for all ur help.

    i have resolved my issue.

    warm regards
    priti
    See more | Go to post

    Leave a comment:


  • nickyspace
    replied to FeedBack Form
    in PHP
    hi

    The servant

    i'm really very thankful to u for answering my query . but i'm very sad after making changes from REQUEST to POST the mail is still not working.

    could you plz give any other alternative or any link where i can findout the way to overcome from phpmail...
    See more | Go to post

    Leave a comment:


  • nickyspace
    replied to FeedBack Form
    in PHP
    hi
    the servant

    i'm really sorry but it still not working
    i have changed from [php]
    $email = $_REQUEST['email'];
    $subject = $_REQUEST['subject'];
    $message = $_REQUEST['message'];[/php]to[php]
    $email = $_POST['email'] ;
    $subject = $_POST['subject'] ;
    $message = $_POST['message'] ;[/php]But it is still not working . I'm really upset why its not working because my module is...
    See more | Go to post
    Last edited by ronverdonk; Apr 11 '08, 10:02 AM. Reason: code tags!!

    Leave a comment:


  • nickyspace
    replied to FeedBack Form
    in PHP
    HI

    thanks for always replying my mails , i'm really sorry for you again and again bothering for mail() .
    i have gone through tutorials and used the phpmail code but i still didnt received any of the mails in my mail account.


    The below code as follow[php]<html>
    <body>
    <?php
    if (isset($_REQUES T['email']))
    //if "email" is filled out, send email
    ...
    See more | Go to post
    Last edited by ronverdonk; Apr 10 '08, 09:18 PM. Reason: 2nd warning: use code tags!

    Leave a comment:


  • nickyspace
    replied to FeedBack Form
    in PHP
    i have tried to print the mail() . it has printed as 1. can you plz tell me what does 1 means in php for mail function...
    See more | Go to post

    Leave a comment:


  • nickyspace
    replied to FeedBack Form
    in PHP
    hi

    TheServant

    thanks for replying .

    but may i knw where did i made mistake in code tags....
    See more | Go to post

    Leave a comment:


  • nickyspace
    started a topic FeedBack Form
    in PHP

    FeedBack Form

    i have a code wherein it is asking email id and message from the user in the form named as feedback.html
    HTML CODE AS BELOW[php]<html>
    <body>
    <form method="post" action="sendmai l.php">
    Email: <input name="email" type="text" size="20" /><br />
    Message:<br />
    <textarea name="message" rows="15"...
    See more | Go to post
    Last edited by ronverdonk; Apr 9 '08, 08:36 AM. Reason: code tags!!

  • nickyspace
    started a topic sqlserver datetime

    sqlserver datetime

    hi
    everyone

    i just help regarding set datetime from us format to uk format in sql2000. if can change the settings what should i do ?

    below is the code i used :

    1) i changed the regional settings of the system. but it didnt work .
    2) then i opened the query analyzer and the set datetime as

    SET DATETIME dmy
    this also didnt work .

    so plz anybody can help...
    See more | Go to post

  • nickyspace
    started a topic asp related queries

    asp related queries

    hi

    i have issue regarding asp code.
    clubname1,clubn ame2,clubname3 is string value which is successfully send from one page to another . but when this page gets value to the above mention variable , data doesn't get insert to mssql database. it send null value. but when i do response.write( ).
    eg : response.write (clubname1) i get the value whatever user inputs . but while inserting data into ms sql 2000 it insert null...
    See more | Go to post
    Last edited by ronverdonk; Apr 3 '08, 12:10 PM. Reason: code tags inserted!

  • nickyspace
    started a topic php queries
    in PHP

    php queries

    hi

    i want a help regarding activation link in php

    i have registration page where the user have to input email id and password and click submit when the user click submit then user should receive an activation mail in the mailbox when they will click on activation link it should redirect to us .

    help me please
    See more | Go to post

  • nickyspace
    replied to convert picture in excelsheet
    in PHP
    i have uploaded the picture in php and displaying the picture . but now i want to export all reports including picture into excelsheet. can you please help me regarding this issue.
    See more | Go to post

    Leave a comment:


  • nickyspace
    started a topic convert picture in excelsheet
    in PHP

    convert picture in excelsheet

    hello can anyone help me out how to convert picture into excelsheet
    See more | Go to post
No activity results to display
Show More
Working...