Jump to content

lucerias

Members
  • Posts

    101
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

lucerias's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. May i know is there any GUI tool for oracle that we can use to create table and manage data, i mean like the GUI tool for mysql? Thank you.
  2. Yes, that is exactly what i want, thank you.
  3. <td width="20%" class="dataLabel">Security:</td> <td width="30%"><input name='security' type="text" tabindex='21' size='20' maxlength='50' value="{SECURITY}"></td> May i know how to add $ sign beside the Security text box? Thank you.
  4. May i know the SQL statement of outer join, can you guys provide any sample. Thank you.
  5. May i know the rough working principle of modal windows? Thank you.
  6. May i know the working principle of Frame? Thank you.
  7. Must I use include, is there any other way which the change can be made to all .php page, i mean once the value is changed, wherever the page i am in and call it, it will show the up to date value.
  8. Can you explain in detail or show some sample coding.
  9. That is not what i want, i am not asking how to get the data but want to change the data.
  10. I have one form which includes textbox and drop down list, i want to enforce a flow for data input, for example, user must fill in something in textbox1 first then only drop down list 1 will be available, and when the drop down list 1 become available, there will be some content assigned accordingly, for example, textbox1: 10 drop down list: a, b, c, d textbox1: 20 drop down list: a, c, h May i know how to do it, thank you.
  11. I have one html form and once i press save the button of the form, the information will be stored into the database, but now i include one function into one of the .php file and i need this function to change some of the data value and then only insert into database. but how to assign the new data value, can i code like this $_REQUEST["id"]=$new_id_value;
  12. I have one array like the following in x.php, how to pass the the array to y.php and change the "name" of the array. And later i want to insert the array with updated name into database. The name i want to change must be updated permanently but not in y.php only so then the data can be inserted accurately var $column_fields = Array ("id", "name", "monthly_sales", "gp_margin", "date_entered", "date_modified")
  13. Those all are linked with html form text box, i once tried to enter value for them accordingly but still failed. Thank you
  14. I tried to insert the the record into database but i dont know where went wrong, i have been looking through the code for many times but can't find the error. Please take note that field can be null in the database. Thank you. Query Failed:INSERT into freights set id='107f5004-4b8a-b480-5ed7-455acab5b50c', name='Freight Analysis', date_entered='20061115160537', date_modified='20061115160537', modified_user_id='f29bcbdf-6f4e-5979-8867-44f3a332b364', assigned_user_id='f29bcbdf-6f4e-5979-8867-44f3a332b364', date_implemented='', date_reported='2006', parent_type='Accounts', parent_id='', parent_name='', from='Singapore', to='', weight='', inco_term='FOB', forwarder='', rate='', security='', fuel='', other='', misc='', local_handling='', currency='US Dollar', total=''::MySQL error 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'from='Singapore', to='', weight='', inco_term='FOB', forwarder=
  15. I have the following table, how to assign the rate, misc and other value to parameter, $rate, $misc, $other from database table after i do query like if weight < certain kg? Thank you. rate:0.90 misc: 1.00 other: 2.00 weight: X kg
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.