Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 35
Search took 0.15 seconds.
Search: Posts Made By: juslai
Forum: PHP 01-17-2013, 12:12 AM
Replies: 11
Views: 480
Posted By juslai
@ctechinfo the cctv camera's we that was...

@ctechinfo the cctv camera's we that was installed can be viewed outside the network but we have to type the ip address to view it anywhere i want the site i made in xampp to be also like what...
Forum: PHP 01-16-2013, 02:50 PM
Replies: 11
Views: 480
Posted By juslai
@ctechinfo what about if i want others that are...

@ctechinfo what about if i want others that are not in my lan i want them to see it also is it still intranet or other type?
Forum: PHP 01-16-2013, 02:43 PM
Replies: 11
Views: 480
Posted By juslai
thx ctechinfo

thx ctechinfo
Forum: PHP 01-16-2013, 05:39 AM
Replies: 11
Views: 480
Posted By juslai
no problem on the hardware stuff just need to set...

no problem on the hardware stuff just need to set it up before someone setup cctv camera's here i just want to know how to setup my xampp websites so other can access it also
Forum: PHP 01-16-2013, 03:34 AM
Replies: 11
Views: 480
Posted By juslai
i want it to be just the kind of site where you...

i want it to be just the kind of site where you type the ip address not www. .com just the ip but i dont know how to do it correctly any advice or links to get me started?
Forum: PHP 01-16-2013, 01:52 AM
Replies: 11
Views: 480
Posted By juslai
help in xampp

i dont know if this is the right area to post this thread but can someone give me links or examples on how to upload my database website in xampp server to the internet i have a dynamic ip address...
Forum: HTML & CSS 01-13-2013, 02:49 PM
Replies: 3
Views: 239
Posted By juslai
i already got the php part any examples for using...

i already got the php part any examples for using if on the tables?
Forum: HTML & CSS 01-13-2013, 08:30 AM
Replies: 3
Views: 239
Posted By juslai
making table

anybody know how to make a table that has limited rows and when the data inside that is gonna be put into the table exceeds the limit of rows then the next data that will be put in another table next...
Forum: PHP 01-04-2013, 09:57 AM
Replies: 3
Views: 254
Posted By juslai
how to do it pre html? i tried doing it on sql...

how to do it pre html? i tried doing it on sql code and html that's why there is 2 output i tried both but none of them worked
Forum: PHP 01-04-2013, 07:39 AM
Replies: 3
Views: 254
Posted By juslai
What is wrong in summing up the column?

<?php require_once('Connections/connect.php'); ?>
<?php
$id_customer = mysql_real_escape_string($_GET['id_customer']);



$sql_PK = "SELECT * FROM tbl_delivery_details WHERE...
Forum: MySQL 12-22-2012, 06:51 AM
Replies: 1
Views: 302
Posted By juslai
help displaying related records

i want to be able to display record related to a specific primary key based on the foreign keys on other tables how to be able to display records for that primary key in other tables using php??
Forum: PHP 12-22-2012, 03:45 AM
Replies: 1
Views: 224
Posted By juslai
help displaying

i have tables in a database and some data from the table are related to other data on different tables question is how to display all the data that are related to the data i want to display for...
Forum: PHP 11-19-2012, 06:36 AM
Replies: 1
Views: 294
Posted By juslai
help in displaying

i have a table and it displays a bunch of data from a database table i created a new query that will multiply 2 columns of that table and put the answer of those 2 columns into a column in a table...
Forum: PHP 11-12-2012, 05:53 PM
Replies: 1
Views: 287
Posted By juslai
how to display all data in my table?

how can i display all data in my table? for example i have a table that has 1 column and i want to display all the data inside that column not just the latest data but all of it how can i do it?
Forum: PHP 11-06-2012, 05:53 PM
Replies: 3
Views: 333
Posted By juslai
fou-lu my master xD my question is how can i...

fou-lu my master xD my question is how can i display the date in my database and show it in weekly daily or monthly for example i have

route
destination
number of cargo
revenue

they are all...
Forum: PHP 11-06-2012, 03:27 PM
Replies: 5
Views: 319
Posted By juslai
i already fixed it turns out i just need to...

i already fixed it turns out i just need to insert the value from the primary key from the other table to the foreign key in the table that i needed
Forum: PHP 11-06-2012, 01:17 PM
Replies: 3
Views: 333
Posted By juslai
how to display a table weekly/daily/monthly and yearly?

i want to display a table where the user can choose from weekly daily monthly yearly settings for displaying data in the table
Forum: PHP 11-05-2012, 11:19 PM
Replies: 5
Views: 319
Posted By juslai
what i mean is this table that im adding wont...

what i mean is this table that im adding wont allow me to add data on it unless i add data to the foreign key but i dont know how to add data to a foreign key what do i need to do join the data from...
Forum: PHP 11-05-2012, 04:14 PM
Replies: 5
Views: 319
Posted By juslai
how to add data from a form into a foreign key

basically i have first form that ask for a plate number then the data from the plate number table will be put into a drop down menu for another form but the other table has a foreign key from the...
Forum: MySQL 10-17-2012, 12:58 AM
Replies: 11
Views: 1,161
Posted By juslai
uhmmm sunfighter sorry for being a newbie but i...

uhmmm sunfighter sorry for being a newbie but i have no problem with consignee and shipper values they insert into database without any problems the thing im having trouble with is the...
Forum: MySQL 10-16-2012, 02:52 AM
Replies: 11
Views: 1,161
Posted By juslai
oh my first question is really not what i meant....

oh my first question is really not what i meant. i just want the drop down menu that the user selected to be put inside my database no matter what table they go into tbl_reserve holds all of the data...
Forum: MySQL 10-15-2012, 11:32 PM
Replies: 11
Views: 1,161
Posted By juslai
uhmmm sunfighter so how to put the drop down...

uhmmm sunfighter so how to put the drop down values to my database? that is the only thing missing now i want them to be stored in tble_reserve and what is a good editor aside from dreamweaver?
Forum: MySQL 10-15-2012, 02:53 PM
Replies: 11
Views: 1,161
Posted By juslai
<?php...

<?php require_once('Connections/mysqlconnect.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue...
Forum: MySQL 10-14-2012, 06:04 PM
Replies: 11
Views: 1,161
Posted By juslai
<form id="formsub" name="formsub" method="POST"> ...

<form id="formsub" name="formsub" method="POST">
<table width="626" border="1" cellpadding="5" cellspacing="1">
<tr>
<td width="153">Shipper's Name</td>
<td...
Forum: MySQL 10-14-2012, 07:33 AM
Replies: 11
Views: 1,161
Posted By juslai
Select(list/menu) help

i want to be able to add data into my database from a dropdown list i created in dreamweaver. i cannot seem to find any solution i am a newbie in mysql.

for example:
table_delivery has 4 columns...
Showing results 1 to 25 of 35

 
Forum Jump

All times are GMT +1. The time now is 10:10 AM.