User Profile

Collapse

Profile Sidebar

Collapse
babansky
babansky
Last Activity: Sep 7 '10, 11:01 PM
Joined: Aug 24 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • babansky
    started a topic How can I check if the string variable is empty?
    in PHP

    How can I check if the string variable is empty?

    How can i check if the string variable is empty?
    so that i the error undefined offset will not going to appear anymore?

    im doing a program that will output all of his children, then i cant do the code that if the string variable is empty they will not out put the row, if the string variable has something on it, it will out put the information and also add another row..

    thanks

    sorry for this kind...
    See more | Go to post

  • babansky
    replied to Why this happen? and how can i fix this?
    in PHP
    ok thanks.. ill try to contact scriptcase..
    See more | Go to post

    Leave a comment:


  • babansky
    started a topic Why this happen? and how can i fix this?
    in PHP

    Why this happen? and how can i fix this?

    Fatal error: Unable to read 57783 bytes in C:\scriptcase\v 5\wwwroot\scrip tcase\devel\gen erator\nm_gp_ge ra_total.php on line 0

    -this the error I received when I run my program after the update of my scriptcase.

    -I try to restart and update my laptop and my scriptcase, but the error still appears..
    See more | Go to post

  • babansky
    replied to how can i fix this?
    in PHP
    how can i define them..?

    $ofc_add_sitio = {ofc_add_sitio} ;
    $unmarried_lnam e = {unmarried_lnam e};

    -are these codes didnt define them??
    See more | Go to post

    Leave a comment:


  • babansky
    replied to how can i fix this?
    in PHP
    Please use [code] tags when posting code!

    Code:
    sc_exec_sql("DELETE from pdf_temp_table");
    
    
    $rank = {rank};
    $afpsn = {afpsn};
    $lname = {lname};
    $fname = {fname};
    $mname = {mname};
    $add_num = {add_num};
    $add_street = {add_street};
    $add_sito = {add_sito};
    $add_brgy = {add_brgy};
    $add_province = {add_brgy};
    $add_region = {add_region};
    ...
    See more | Go to post
    Last edited by Atli; Sep 1 '10, 05:22 PM.

    Leave a comment:


  • babansky
    started a topic how can i fix this?
    in PHP

    how can i fix this?

    ERROR:
    Undefined property: form_all_single _record_table_a pl::$add_sitio
    Undefined property: form_all_single _record_table_a pl::$unmarried_ lname
    Undefined offset: 6
    See more | Go to post

  • how will I going to retrieve the data from the database? i used $_GET and $_POST

    Notice: Undefined index: rank in C:\scriptcase\v 5\wwwroot\scrip tcase\app\pn_sa ln\print_saln\p rint_saln.php on line 17

    i'm used $_GET and $_POST but this error is still showing..

    here is the code that has an error

    [$column_RNK = $_GET['rank'];]
    See more | Go to post
No activity results to display
Show More
Working...