Search found 9 matches

by mirana
Thu Dec 16, 2010 1:34 pm
Forum: PHP - Code
Topic: Help
Replies: 4
Views: 180

Re: Help

maybe this is the html file: <tr> <td class="{$warning_package_listing_video}"> <font class="{$warning_package_listing_video}" id="lbl_package_listing_video">Max Video </font> <font class="form_field_warning">*</font> </td> <td>:</td> <td> <input type="te...
by mirana
Thu Dec 16, 2010 1:27 pm
Forum: PHP - Code
Topic: Help
Replies: 4
Views: 180

Re: Help

hopefully these r the html, sql and php code. this is the html code that define video <tr> <td class="{$warning_package_subscription_videos}"> <font class="{$warning_package_subscription_videos}" id="lbl_package_subscription_videos"># Videos</font> <font class="for...
by mirana
Thu Dec 16, 2010 11:34 am
Forum: PHP - Code
Topic: Help
Replies: 4
Views: 180

Re: Help

Does anyone know whats wrong?

I cannot paste the code since it has lots of coding. I'm not sure where it can be wrong :(
by mirana
Wed Dec 15, 2010 10:49 am
Forum: PHP - Code
Topic: Help
Replies: 4
Views: 180

Help

I'm working on this table I direct the link below.I got the source quote somewhere. I setup the sql with Max Pictures and Max Video from bigint to text collate latin1_general_ci. Even after I change it I cannot modify those Max Pictures or Max Video with any letters or Char.Then I type a letter and ...
by mirana
Wed Dec 15, 2010 10:33 am
Forum: PHP - Code
Topic: String Help
Replies: 2
Views: 299

Re: String Help

Thanks :)
by mirana
Wed Dec 15, 2010 8:58 am
Forum: PHP - Code
Topic: String Help
Replies: 2
Views: 299

String Help

Does anyone know is * is a string?
if I define a variable ad `package` text collate latin1_general_ci NOT NULL, ; Can I assign * to that package?

if I can't then How do I need to initialize in SQL?

Thank you
by mirana
Fri Dec 10, 2010 10:51 pm
Forum: PHP - Code
Topic: help
Replies: 1
Views: 111

help

does anyone know, is it possible to modify this code? what it is doing? <?php //0035e if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='/ioncube/ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');$__oid=$__id=realpath(ini_get('ext...
by mirana
Thu Dec 09, 2010 10:13 am
Forum: PHP - Code
Topic: PHP issue- Need Help
Replies: 3
Views: 109

Re: PHP issue- Need Help

<tr bgcolor="#EAF8FE"> <td height="50"><strong>Max. Videos</strong></td> {section name=var loop=$package_id} <td align="center">{$package_video[var]}</td> {/section} </tr> --------------------------------------------------------------------------------- $txt_field .= &q...
by mirana
Thu Dec 09, 2010 12:08 am
Forum: PHP - Code
Topic: PHP issue- Need Help
Replies: 3
Views: 109

PHP issue- Need Help

Hello Guys, I Have a question regarding a real estate website. I bought a webkit for Real Estate business and I'm trying to customize it. I'm new to PHP and I'm kind of stuck now :( Ex: Picture 5 Video 3 Document 8 instead of number I would like to replace with * . Picture * Video * Document * I che...