Hello,
I have installed Lamp on Ubuntu 10.04 and started the server but can't access
localhost
(Yes, I have /etc/hosts file AND it does contain this line 127.0.0.1 localhost).
Thank you,
Sam
method=post and action=something.php
In something.php, write $_post['drop down name'] to the table.
Sent from my Verizon Wireless BlackBerry
-Original Message-----
From: sam rumaizan
Date: Mon, 2 Mar 2009 17:27:32
To:
Subject: [PHP-WIN] drop down menu to a table
How do I insert d
How do I insert data from a drop down menu values (select box) to a table
Can someone show me how to Start and Stop windows service for multiple remote
computers using Command Prompt or PowerShell or even Java?
Thank you
going to work.
Stut <[EMAIL PROTECTED]> wrote:
sam rumaizan wrote:
> How can I select (retrieve) the last updated cell (field). Basically I need
> to pull the new information only.
>
> I'm using for updating my database:
>
> UPDATE table SET column = CO
How can I select (retrieve) the last updated cell (field). Basically I need to
pull the new information only.
I'm using for updating my database:
UPDATE table SET column = CONCAT_WS ('column,'" . $column."') WHERE column=
value;
I need to select data:
SELECT * FROM table W
I'm just a php beginner.
So please be patient with my stupid questions.
What am I missing in this code that causing the function cant update the
textarea?
Update button erase the old information from mysql database and replace it
with nothing. Basically it cant read what is inside
I'm just a php beginner.
So please be patient with my stupid questions.
What am I missing in this code that causing the function cant update the
textarea?
Update button erase the old information from mysql database and replace it
with nothing. Basically it cant read what is insi
I have Textarea generated by while loop. How can I name it to be able to use it
with my mysql update statement? Scroll down to see it
while($i<$num)
{
// collect all Information
$id=mysql_result($result,$i,"ID");
$RefNo=mysql_result($result,$i,"Ref_No");
$JobTitle=mysql_result($result,
The problem with this program is: when I click on Update The Record
onClick=\"return toggleMenu('menu1') cant find (read) the function
toggleMenu() for some reasone.
That what I get :
Object not found! The requested URL was not found on this server. The link
on the referring page
Thank you for cleaning up my code and making it more standardized then before
(excuse my ignorance Im just a beginner). Any ways still the slide menu
doesnt work. It is driving me crazy. I don't see any thing wrong with my code
but still the menu doesnt work
Niel Archer <[EMAIL PROTECTED]>
I understand, but how about the attached code? Every thing works fine except
the slide menu.
Sam
Niel Archer <[EMAIL PROTECTED]> wrote:
> Yes I do have dynamic content in my page.
> Im attaching the whole code for this page.
You missed the point. The fragment you supplied had no dynamic
Yes I do have dynamic content in my page.
Im attaching the whole code for this page.
<-Start--->
#menu1 {display:none; margin-left:20px}
";
echo"
View Existing Data
ing script -->
#menu1 {display:none; margin-left:20px}
Update The Record
Update the record
<End Code->
bedul <[EMAIL PROTECTED]> wrote:
- Original Message -
From: "sam r
In PHP when you click on the menu text Update The Record the menu doesnt open
it takes you to another page. But in HTML when you click on the menu text
Update The Record the menu dose open.
Update The
Record
Niel Archer <[EMAIL PROTECTED]> wrote:
Hi
> Can some one explain to me
Can some one explain to me why this code (Sliding menus) works fine with HTML
but it doesnt work with PHP?
#menu1 {display:none; margin-left:20px}
Update The Record
Update the record
";
?>
--
update the data from this form into the MySQL?
Aleksandar Vojnovic <[EMAIL PROTECTED]> wrote: Sorry I still don't understand.
Do you wish to display/reload the data
on some timeout (ala AJAX) or you actually wish to update the data from
this form into the MySQL?
Aleksander
s
-End code
--->
Aleksandar Vojnovic <[EMAIL PROTECTED]> wrote:
Of course it can be done, but please be more specific about what you
wish to achieve.
Aleksander
sam rumaizan wrote:
> Dynamically update mysql field
>
> I have a function that will populate the table cells (TD) with
Dynamically update mysql field
I have a function that will populate the table cells (TD) with data
(information) from mysql database.
What I need to do is to allow the user to update the cell information
(information was pulled from mysql database) from the table cells (TD) then the
dat
Do you have an answer for my question?
bedul <[EMAIL PROTECTED]> wrote:
- Original Message - From: "sam rumaizan" <[EMAIL PROTECTED]>
To:
Sent: Saturday, May 05, 2007 12:48 PM
Subject: [PHP-WIN] ListBox
> The code is fin
The code is fine. But I have one problem, when the ListBox display the data it
gives me extra empty lines. How can I get rid of these lines?
< ListBox Code
--->
echo"";
echo'';
$result = my
ROTECTED]> wrote: sry.. u mean about java JSP (server Page) or
Js (java script)
if js can combine with php
but jsp can't combine with php.. in fact is waste a time for php + jsp
- Original Message -----
From: "sam rumaizan"
To:
Sent: Sunday, April 22, 2007 12:29 PM
Sub
Dose any one know java Mailing list like this one we have for php?
-
Ahhh...imagining that irresistible "new car" smell?
Check outnew cars at Yahoo! Autos.
Thank you for the link. This application is using C programming. Im looking
for some thing with PHP
Stut <[EMAIL PROTECTED]> wrote: sam rumaizan wrote:
> I need to create an online system to monitors the ports for my local network.
> For example:
> I have 50 ports and I nee
(printer, PC, access point,...etc)
Aaron Kenney <[EMAIL PROTECTED]> wrote:
"Network programming" is a very broad term. What is it that you are
trying to accomplish?
On 4/15/07, sam rumaizan wrote:
> Can you recommend any online tutorial OR Book for Network prog
Can you recommend any online tutorial OR Book for Network programming with php?
-
Ahhh...imagining that irresistible "new car" smell?
Check outnew cars at Yahoo! Autos.
1- I have 50 php pages.
2- I want to include all 50 php pages in my main page.
include("1.php"); .. include("50.php");
My question is:
can I put all of the include php pages in one php page and save it as
includepages.php then include this php page to my main page
includ
How can I run java with PHP?
Any example please
-
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
LOBALS[USER] = new User($_SESSION['userId']);
endif;
of course you should not do that check in login.php... :P
Mike
PS: That $GLOBALS[USER] and the User class part is my own stuff.. Dunno
if anyone else does stuff like that.. :P
sam rumaizan skrev:
> You use a session to store values th
You use a session to store values that are required over the course of a single
visit, and a cookie to store more persistent data that is used over multiple
visits.
Session: when you close the browser the session gets flushed. Which means the
browser will not recognize the user next time he/s
Did anyone receive the same email? I did not ask to be unsubscript(removed)
from php-windows mailing list. Is this another problem in this website?
[EMAIL PROTECTED] wrote: Hi! This is the ezmlm program. I'm managing the
php-windows@lists.php.net mailing list.
I'm working for my owner, who ca
Thank you George,
it works fine. as you said. there was a blank line bofeore wrote:
Sam,
> I have to different pages (forms) one.php and two.php I created
> two different pages (onemysql.php and twomysql.php) to handle
> myql data for each of them I add header("Location: one.php");
> to onemy
I have to different pages (forms) one.php and two.php I created two different
pages (onemysql.php and twomysql.php) to handle myql data for each of them I
add header("Location: one.php"); to onemysql.php
And header("Location: two.php"); to twomysql.php
one.php works fine. two.php give me
Thank you it works fine
Stut <[EMAIL PROTECTED]> wrote: sam rumaizan wrote:
> *"If the user hits refresh after submitting the form they will refresh
> nextpage.php. If they hit back they will be taken back to form.php"*
> Yes, *If the user hits refresh after subm
I need my webpage to read the username of the PC (machine). Is it possible to
do this with PHP?
-
The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.
How do I disable Refresh and Back button. to Prevent duplicate entry
-
Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.
bedul,
This is what I need (don't worry about the variable names since they are
different from my previous email.)
';
$query = "SELECT Assign_Engineer FROM lodata";
$result = mysql_query($query);
echo"";
echo"";
echo"";
echo"";
echo"Choose Name :
";
while ($line = m
<[EMAIL PROTECTED]> wrote: When you say "update in to column2,
column3..." are you referring to the
list boxes or database tables?
If it's the list boxes, are you wanting this to happen on the client
side? Or are you putting the data all out at once?
-Original Message---
Can you help me please?
1-I have created a while loop to populate the list box with the
information of column1.
2-I need to update (add data) in to column2, column3, column4 base on
the selection of the list box.
echo'';
$query = "SELECT column1 FROM table";
$re
When I run my PHP page I get this error:
An error occurred in script 'C:\Program
Files\xampp\htdocs\xampp\Activity_Log\html\ucd.php' on line 114:
mysql_close(): no MySQL-Link resource supplied
Date/Time: 4-2-2007 09:29:34
-
Don't be flakey. Get Yaho
40 matches
Mail list logo