User Profile

Collapse

Profile Sidebar

Collapse
thavaht
thavaht
Last Activity: Mar 23 '07, 06:49 PM
Joined: Aug 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thavaht
    started a topic Need to restrict access to same pages on a web site
    in PHP

    Need to restrict access to same pages on a web site

    I’ve been searching on the forum and don’t seem to find a post that matches my question:
    I need to restrict access to some php pages on a web site to computers on the same domain or local network, without using password.
    Can any one help with code?
    See more | Go to post

  • Probably it was lack of same php-myself libraries.
    When I type the command “rpm –qa | grep php” on the linus shell, I get the result:

    php–4.3.9–3
    php–pear–4.3.9– 3
    php–mysql–4.3.9 –3

    On the other hand when I call the page <?php phpinfo(); ?>, mysql support is not displayed on the resulting page (how come?).
    I reinstalled all php and mysql packages. That’s...
    See more | Go to post

    Leave a comment:


  • thavaht
    started a topic Problem with dynamic pages on publishing server
    in PHP

    Problem with dynamic pages on publishing server

    I recently began drawing dynamic pages using PHP + MYSQL.
    I’m developing the site on windows XP / Apache 1.3.34 / PHP 5.1.2 as a testing server.
    My publishing server is on another machine on the same network running Fedora Core 3, Apache 2.0.53 (fedora), PHP 4.3.9. MYSQL Server version is 4.0.27 and it is installed on the Linux machine. I’m using the same mysql for testing and for publishing. The connection to mysql server is...
    See more | Go to post

  • thavaht
    replied to Call another php file
    in PHP
    Just try:

    [PHP]<?php include("abc.ph p"); ?>[/PHP]
    See more | Go to post

    Leave a comment:


  • It works! Thanks for all.
    See more | Go to post

    Leave a comment:


  • thavaht
    started a topic [SOLVED] URL parameter value containg the plus sign?
    in PHP

    [SOLVED] URL parameter value containg the plus sign?

    I made a link in a dynamic table on a master page to find details of a selected record and display on a detail page, using URL parameter values retrieved from the selected record.
    [PHP]<td><a href="/buscacomp.php?r ecordID=<?php echo $row_conbibliot eca['Signatura']; ?>"><?php echo $row_conbibliot eca['Titulo']; ?></a></td>[/PHP]
    When the parameters Value is a string containing a plus (+) sign...
    See more | Go to post
    Last edited by ronverdonk; Oct 12 '06, 04:59 PM. Reason: closed

  • thavaht
    replied to input/search databases
    in PHP
    It’s all right now, thanks. Neither of the examples I tried makes reference to the $_POST array. That’s the right direction.
    See more | Go to post

    Leave a comment:


  • thavaht
    replied to input/search databases
    in PHP
    Definitely I’m really new in this matter. I never heard about code within code or php tags. Sorry.What is it about?
    See more | Go to post

    Leave a comment:


  • thavaht
    replied to input/search databases
    in PHP
    Here is one of the examples a tried:
    1. The conectdb.php page:


    <?php
    $hostname = "localhost" ;
    $banco = "novateste" ;
    $username = "root";
    $senha = "ustm";
    $dbconn = mysql_connect($ hostname, $username, $senha);
    mysql_select_db ($banco, $dbconn);
    ?>

    2. The html form page:

    <html>
    <head>...
    See more | Go to post

    Leave a comment:


  • thavaht
    started a topic input/search databases
    in PHP

    input/search databases

    I’m learning the basics of database input/search using php. I’ve tried lot of examples from the web. My problem is that in all cases, the values supplied in the html form controls are not passed to the php page specified in the “action” statement. Need a help.
    See more | Go to post

  • thavaht
    replied to Cant see bordercolor on firefox
    Hi Banfa! Thanks for replying. I’ve been trying your suggestion. In fact the CSS “border-color” property applies to the outer most border of the table. I can’t find such a property like cell border colour. Will you help? On the other hand the table’s “bordercolor” attribute applies both to the table and cell borders.
    Here is what I found on O`Reilly HTML Reference:
    Bordercolor=”co lorTripletOrNam e”
    The colors...
    See more | Go to post

    Leave a comment:


  • thavaht
    started a topic Cant see bordercolor on firefox

    Cant see bordercolor on firefox

    I´m having problems setting table bordercolor. Vewing the page on IE 6.0 color is ok. Vewing same page on firefox 1.5 only a hint of set color is visible, on the outer most border. The inner borders are allmost dark. I´ve checked the code can´t see the reason. Any help?
    See more | Go to post
No activity results to display
Show More
Working...