Jump to content

sushant_d84

Members
  • Posts

    41
  • Joined

  • Last visited

    Never

Everything posted by sushant_d84

  1. ALSO THERE IS NO CLosing paranthesis for while($rows1 = mysql_fetch_array($result1) may be near to line 45- onwards .. try this one also
  2. CAN U GIVE THE " ; " for session_start() statement first then lets try again
  3. Is That solved by My Method ?
  4. Yes really it doesnt make any sense for getting answer,.... but May I know what is the way ........ how to solve tis issue
  5. Hey..... We need to write Two queries. one will just give u the field1 result and according to that it wil fetch data from other query ......... IF POSSIBLE CAN U GIVE ME CLUE I AM NEW to this matter but want to try
  6. Yes...... U can Use the AUTO_INCREAMENT also u r query need to modify as below " UPDATE tablename SET filed= (select max(filed) from tablename) +1 WHERE filed = oldvalue " try out this and let me know is that working for u ? Regards Sushant
  7. Hi... I am in Hurrey ......... But I guess removing "{ and just writing $row['fieldname'] will work for that ......... try out this Regards Sushant
  8. Very First.... U r insert query should be in the Foreach Loop and otehr part of query .. except $countries remain same. and instead of $countries it will be $value.... In this way... there will be more than one records for selected contries... example if u have selected 4 countries .. and click on submit button u r code should insert 4 records........ which will have only countries different. U can not directly insert the whole list in mysql_query.. . I hope U got some idea about... This is the one way.... But really I dont like this method... Reply soon... let me know u r opinion. whatever maybe
  9. Hey.. If U have changed the Hosting Server... then CHeck for PHP version.. Check for php.ini for Some error related dirctives in it like display_errors.........and error_reporting.......... Also Try to print mysql_error while getting logging in ... I think i u post the Link for that it will be better
  10. Hey ... For inserting into Array U need to use the Array_push function... Can u Tell me from where the $Country varaible comes live... I mean to say from which page the list is comming ... Or in other way u please exaplin u r procedure step by step... So That I can Guide u strongly ........... Sushant
  11. Well its common question.. You do one thing. Give the name serially like check1 check2 check3 to each checkbox .... and values for that checkboxes should be the primary key id for. and in post u can loop for check* where *=1,2,3,4etc.. and chek if value is posted or not. if value is posted then u can go for deleting the record.
  12. HI there this may be useful for u ........... http://www.php-mysql-tutorial.com/ ALso u can use the tutorial of PHPfeaks. go ahed..
  13. HI all, I have an Idea.....very easy... THE LEARNING AND RETRIVAL PROCESS............. We just need to gather and put all aspects of PHP language in the one good skelton.. So using this skelton New User of PHP can LEARN and OLD user can refere it as fast retrival system... May be my Idea is BAD.... But let me know what you think or WHAT KIND OF IDEAS you have.............. Bottom Line is AS we put our experience in the forums... so there wil be a such place where PHP's aspect are differentiated .......So this system will help all of us......... NEXT STEP OF THAT.............our open source should have IDE very similar to VS2k5..... Regards Sushant Danekar
  14. HI Can u please tell me about. htaccess file. and how to use it.. Please let me know Regards Sushant [quote author=bibby link=topic=122377.msg509610#msg509610 date=1169361253] It sounds like you have a similar setup than I do on my laptop. http://localhost/  ==  C:\www\Apache\htdocs I keep a directory outside of htdocs where I keep htaccess password files and sql connects, but for the most part, htdocs has everything else. How you then setup your site is up to you, but since I have multiple projects with only one address, I have a directory for each. /htdocs/projectA/ and these generally have the same subdirs /htdocs/projectA/cls /htdocs/projectA/css /htdocs/projectA/js /htdocs/projectA/docs and maybe /htdocs/projectA/tpl [/quote]
  15. HI there I also the same problem But My problem is superior to ......ur one's. Because some of the functions are running there... But only gd_info is not working +++++++++++++++++++++++++++++++++ Also very gr8 problem is........  Call to undefined functon mysql_connect even though thre are all files exist. Regards Sushant
×
×
  • 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.