www.webdeveloper.com

Search:

Type: Posts; User: simora

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    205

    Page through a text file line by line

    I have a text file formatted like;

    $data = "$username | $realname | $phone | $email\r\n";


    I will do a search that may return multiple matches.
    How can I display a single line of the text...
  2. Padonak: Thanks. Thats exactly what I was...

    Padonak:
    Thanks.
    Thats exactly what I was looking for, and the PHP was very well documented.
    I can follow what's going on.
  3. Hi All: Thanks for all the information &...

    Hi All:

    Thanks for all the information & assistance.

    I DO NOT have to use jQuery. The HTML & Javascript is preferable for me at this time.

    I did not see that the last part of my post was...
  4. [RESOLVED] Post HTML form data to a text file using AJAX & PHP

    I am trying to post 4 HTML form fields to a text file using AJAX & PHP
    The full HTML form has other fields. The whole form will be posted to a different location after.

    need some sample code if...
  5. AJAX How to post form data to CSV file without page refresh

    I have a Web form with 3 fields, Name, Email, Phone#.
    I need to post them to a CSV file without a page reload using PHP & Ajax
    Need working sample code if possible.

    Thanks
  6. Replies
    6
    Views
    1,022

    eval: I think that you're answering a...

    eval:

    I think that you're answering a different question. ( how to send email unless a value is 0. ) rather than how to exclude a specific value pair like nickosmon shows.

    nickosmon :...
  7. Replies
    6
    Views
    1,022

    nickosmon : Seems like it should have worked,...

    nickosmon :

    Seems like it should have worked, but it didn't .
    I kept getting an error, but if I removed the else part ( crude ) I can force it to work.
    I'm trying to get a...
  8. Replies
    6
    Views
    1,022

    Eval Thanks! However, I did not understand...

    Eval Thanks!

    However, I did not understand your responce.
    Maybe I did not make my intent clear.

    At the top of my code, if I have for example



    $phone_number=$_POST["phone_number"];
  9. Replies
    6
    Views
    1,022

    email only values > 0

    I have a form and I'm trying to email some of the form fields, but I only want to include them in the email body if their value is greater than 0

    For example, if there's no phone extension, I ...
  10. Replies
    0
    Views
    449

    Payment Request system

    Hi:

    I want to send an invoice to clients so that at the bottom of the invoice, there's an option to click here to make a payment. The invoice may be a .pdf document attached to an email....
  11. Replies
    1
    Views
    3,712

    Got it! Modified this bit ; ...

    Got it!

    Modified this bit ;

    http://www.asp101.com/samples/viewasp.asp?file=xl_data.asp

    Also
    How To Query and Update Excel Data Using ADO From ASP

    http://support.microsoft.com/kb/195951
  12. Replies
    1
    Views
    3,712

    classic asp to post form data to ms Excel

    How can I post html form data, 3 fields,
    Name
    Address
    Phone#
    to an excel worksheet ( Sheet 1 )

    Need an asp solution if possible. Excel is acting like an online database. Can't use Access....
  13. Populate a Multicolumn ASP Listbox from Access data

    Thanks anyway for your help:

    Figured it out;



    <%
    Set oRs=Server.CreateObject("adodb.recordset")

    strSQL = "SELECT CourseName,CourseID FROM tblCourses ORDER BY CourseID"
  14. Hi: Thanks for your help. Not sure this is ...

    Hi:

    Thanks for your help. Not sure this is an asp issue but the example that we were looking at is a drop down list which shows 1 value to select from. Is there a way to convert it to a...
  15. Great nursa: Looks workable. Thanks. I'm...

    Great nursa:

    Looks workable. Thanks.

    I'm looking to create a Select that replaces this
    strSQL = "SELECT DISTINCT CourseName FROM tblCourses ORDER BY CourseName"
    with something that is ...
  16. Populate a Multicolumn ASP Listbox from Access data

    Nursa:

    What I was referring to is the Access courses database. The tblCourses table does have the 2 columns COurseID as well as CourseName.

    CourseID CourseName
    C0378 History...
  17. RE: first of all, are you retireving the data...

    RE: first of all, are you retireving the data from the db ok? NO !

    I'm trying to get the data into a Listbox so that it is formatted like 2 columns. If you look at the example I was...
  18. Populate a Multicolumn ASP Listbox from Access data

    Thanks nursa:

    You pointed me in the right direction and more questions.

    My data is in an MsAccess database , so I'm thinking that after I get the selection, I'll pass the responses to a Pop...
  19. Populate a Multicolumn ASP Listbox from Access data

    How can I create a Listbox or Multicolumn listbox using ASP and fill in 2 textboxes when I select an item from the ListBox.

    I want to use that information on a form, then submit the form...
  20. Replies
    0
    Views
    580

    Javascript var addition

    I need to add the value of a random number (var randomnumber )[ " today's number"] to the value of a form input text box [xx] ,
    but I need to page to display a line which says

    " today's...
  21. Another option is to use Ajax This script uses...

    Another option is to use Ajax
    This script uses Ajax to enable you to load external pages into a DIV without having to reload the browser or use IFRAMES. Modfy as needed.
    ...
  22. Maybe look at iFrames. Google it. Make the top...

    Maybe look at iFrames. Google it.
    Make the top of the page an iFrame.
    See if these help.

    http://www.samisite.com/test-csb2nf/id43.htm...
  23. OK! A work around. In the form I set the...

    OK!
    A work around.
    In the form I set the session variable to 1 as in
    $_SESSION['gtotal'] =1;
    Then, in the recieving page:



    if(isset($_SESSION['gtotal']))...
  24. I thought about the session register idea, but if...

    I thought about the session register idea, but if I set a numerical value and assign it to the session, there's no problem. The problem is when I try to get it to take on the value of a form...
  25. NogDog! Its gotta be something simple. Maybe...

    NogDog!

    Its gotta be something simple. Maybe another set of eyes will help.
    My error message is
    Notice: Undefined variable: grand_tot in...
Results 1 to 25 of 62
Page 1 of 3 1 2 3
HTML5 Development Center



Recent Articles