User Profile

Collapse

Profile Sidebar

Collapse
webandwe
webandwe
Last Activity: Jan 12 '09, 02:14 PM
Joined: Oct 19 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • webandwe
    started a topic echo out url
    in PHP

    echo out url

    Hi,

    How can I echo out the current page url I'm on. Is there a function?

    I can't find anything or know what i'm looking for exactly.

    Thank you.
    See more | Go to post

  • webandwe
    started a topic display certain images on certain pages
    in PHP

    display certain images on certain pages

    Hi,

    How can I check which page I'm on and display the image I want on that page.

    I'm using joomla. Now I want to change the header image on some pages but can't do it now because all the pages works off from the index file.

    Thanks
    See more | Go to post

  • webandwe
    started a topic Remove numbers from words and work with the numbers
    in PHP

    Remove numbers from words and work with the numbers

    Hi.

    Say I have the following id. webandwe13

    Is there I way I can remove the 13 to work with it and add it back when I'm done.

    I have a profile program and when the user upload I want to increase the number but don't know how to remove the number to work with it.

    Is it even possible?

    Thanks

    Webandwe
    See more | Go to post

  • webandwe
    started a topic change from access db to mysql

    change from access db to mysql

    Hi,

    Can somebody please show me how to change the connection so I can make it work with my MYSQL database... I just need this login to work then I'm done wiht my project. I don't know what is going on here and is, this far from throughing my laptop into the wall.....

    I want to change

    cStr = "DRIVER={Micros oft Access Driver (*.mdb)};"
    cStr = cStr & "DBQ=" & Server.MapPath( "\path\to\datab ase.mdb")...
    See more | Go to post
    Last edited by DrBunchman; Sep 15 '08, 01:17 PM. Reason: Added [Code] Tags - Please use the '#' button

  • webandwe
    replied to Table in a HTML mail
    Hi,

    Thanks I'll do it that way. In PHP I created the table, paste and swap the ' " around.

    The reason I ask was because I have one huge form. 101 fields. (really 101).

    Thanks all.
    See more | Go to post

    Leave a comment:


  • webandwe
    started a topic Table in a HTML mail

    Table in a HTML mail

    Hi,

    I'm trying to send a table in my e-mail but having problems with the " and '

    I don't know ASP so please tel mehow do I fix this probles.

    here is what I want to do (piece of the code), The problem is with the width and border's " ".

    -------------------------------

    Code:
    myMail.HTMLBody = "<table width="400" border="1">
      <tr>
    ...
    See more | Go to post
    Last edited by DrBunchman; Sep 11 '08, 07:47 AM. Reason: Added [Code] Tags - Please use the '#' button

  • webandwe
    started a topic ASP and MYSQL how to site? !!!!!!

    ASP and MYSQL how to site? !!!!!!

    Hi,

    I'm trying to figure out how to insert, delete and update Mysql with ASP.

    But can't find one website.

    Does anyone know of a website I can check it out or get examples?

    Thanks
    See more | Go to post

  • webandwe
    replied to Database details in html table
    Never mind, when I typed it out the solution came to me. So I'm sorted, thanks. And it's working 100%.
    See more | Go to post

    Leave a comment:


  • webandwe
    started a topic Database details in html table

    Database details in html table

    Hi, I'm new to asp and searched the web for 4 hour now and can't find what I want to do.

    What I want do is get all details form the database and put them in an vairabil or something and then just put that vairibal in any of my html table cell.

    Can somebody please give me a tip or something...

    Thanks


    Example

    name = db_name


    and the I can just...
    See more | Go to post

  • webandwe
    started a topic Form needs to split up into tabs and then send out
    in PHP

    Form needs to split up into tabs and then send out

    Hi,

    My clients has a form which stores data into a MySQL database but instead of having all the fields on one page he wants like a tabs to split the form up and make it seem less. Examples:

    Personal info | contact deails | button | buttons
    --------------------------------------------------------------------------
    Name
    surname
    etc.

    will thus apear if someone clicked on Persomal...
    See more | Go to post

  • webandwe
    replied to posting " ' ' mess up my database entry
    in PHP
    Thanks, I'll use this next time as I already build the database and can't change it now. But I've I know it would have done that I would have started using mysql escape. But next time I'm using it.

    I however made us of the following

    I changes

    $a21=$_POST['gps'];

    $a21=htmlspecia lchars("$_POST[gps]", ENT_QUOTES);

    just for the poeple who work with 1 field....
    See more | Go to post

    Leave a comment:


  • webandwe
    started a topic posting " ' ' mess up my database entry
    in PHP

    posting " ' ' mess up my database entry

    Hi

    I have a field box that will be used for GPS co-ordinates. But the " and ' mess my mysql query up.

    My code work like this.
    [code=php]
    $a1=$_POST['gps'];

    query = "INSERT INTO information VALUES ('','$a1','$a2' ,...
    [/code]

    I tried to do something like ' \"$aq\" ' and just using " " but still it give me problems.

    Also...
    See more | Go to post
    Last edited by Atli; Jul 28 '08, 05:29 PM. Reason: Added [code] tags

  • webandwe
    replied to Page not right, when PHP runs it's 100%
    in PHP
    Just give me a second while I check whats up with the tags...And won't color my code
    See more | Go to post

    Leave a comment:


  • webandwe
    replied to Page not right, when PHP runs it's 100%
    in PHP
    Sorry about the long code....



    [PHP] <?php include("pass.p hp"); ?> [/PHP]

    [HTML]
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html><head><ti tle>Agri Bonus</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">...
    See more | Go to post

    Leave a comment:


  • webandwe
    started a topic Page not right, when PHP runs it's 100%
    in PHP

    Page not right, when PHP runs it's 100%

    Hi,

    I have a normal table with 3 rows.

    In the middle row I added antoher table with my php search script (search in the database).

    If you view the page the first time the 3rd row footer is gone and when you press the search button the results come up and the page display 100%.

    Does anyone know what might be causing this and what I should look for.

    Table HTML are all perfect...
    See more | Go to post
    Last edited by webandwe; Jul 23 '08, 08:35 AM. Reason: ?????????

  • webandwe
    replied to What other program too use for PHP
    in PHP
    Thanks,

    I also found cool software at one company

    webbuilder and Rapid PHP.

    Alot like dreamweaver but someusefull stuff like preview php in program and choose between IE and Moz. Webbuilder is $49 and Rapid PHP is $39.

    I downloaded the trails and I'm going to swipe the credit card on these once cause they reall look nice...
    See more | Go to post

    Leave a comment:


  • webandwe
    started a topic What other program too use for PHP
    in PHP

    What other program too use for PHP

    Hi,

    I use Dreamwaver to design websites and do all my PHP programming.

    I bought a latop with Vista business but now dreamweaver won't start up. I installed many version of Dreamweaver but not luck. Vitsa/Dreameaver not compatible.

    Before I format the PC and load XP.

    It's there any other free stuff I can download to edit website I can try with Vista?

    But it must color my coding....
    See more | Go to post

  • Hi,

    I don't know javascripting. Do you have an example for me?...
    See more | Go to post

    Leave a comment:


  • the problem is.

    I have to post the yes or no to th nex page and also insert it into the form action.

    And this is a bit tircky.
    See more | Go to post

    Leave a comment:


  • Hi have a huge form. I only made this two radion buttons so I can test it on a seperate page...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...