Jump to content

shah

Members
  • Posts

    52
  • Joined

  • Last visited

    Never

Everything posted by shah

  1. also, i need to escape special characters. i am using strpos and want to match the pattern ?q=, but it wont accept the ? character. I think it's a special character so kindly tell me how can i escape it. Thanks
  2. Hello all, I need to find position of the last "/" in a string. strpos is not accepting "/" as an input. Kindly guide me how am i gona do this. Thanks
  3. It is actually a minisite that he wants me to design. Thanks
  4. I also want to integrate a shopping cart to it. so basically it should be SEO friendly, having some marketing type of tools, like it should be giving options of integrating squeeze pages etc into it, or pages could be dynamically added to it, with some admin content (text etc) management. I know php and programming stuff, so basically it should give me the option to customize it programatically according to my needs. so look at these requirements and kindly suggest an open/free CMS. Thanks
  5. Hello all, My client wants me to set up a CMS for him. He wants to generate pages dynamically through this CMS wysiwyg through which he will type different content, place images and the page will be generated. He also wants the squeeze page to be the first page, which will lead to another sale page from where user will buy products. this page will also be generated through the editor of the CMS. kindly suggest a CMS system for it (joomla, drupal or wordpress) since i am new to this stuff. Also suggest If any of these CMS have integrated email auto responders and could have some plugins for squeeze pages. Thanks Syed
  6. hello all, I am new to php. though i have the required knowledge to use php, i am new to online payment and shopping carts. Kindly suggest a tutorial which gives a complete guide from scratch. Thank you
  7. infact i am placing the php debugger script "dbg-wizard.php", and when i give its url in the project mapping setting, it gives the above error. i think its an automatic way to install the debugger on the server. is there any other way to install the debugger module on the server. Thank you
  8. Hello all, when i try to install the remote debugger (phped) on my server, i get the following error Php with thread safety turned on under the glibc-2.5 platform is not supported Kindly suggest the solution, as how can i install the debugger on my server (it is a remote server). Thank you
  9. Thanks for the given links. Is there any tutorial/book which takes a case study/sample website and start from scratch and then end with a complete dynamic website, where the templates/includes/styles etc are separate. Thank you
  10. Hello all, I have gained some experience in php and mysql. i am able to perform small things in php. However i want to start designing dynamic websites. I am a beginner for it and want to learn it deeply. Kindly give me some references to tutorial and books, if you know any. Thank you
  11. Hello all, please visit http://www.wimberia.com/, and tell me, why do i have to click the login twice in order for the login window to appear. any help/solution would be greatly appreciated. Thank you
  12. actually, i have not started yet. i want to start it, but do not know where to begin from. some hints or tutorials if you know will help me. please suggest any tutorial, book etc.
  13. Hello all, I am having a problem with css. if you visit http://www.kendoble.com/test/our-team.php in firefox, you will see that there is a margin at the bottom, but if you visit this website in internet explorer, you will see that there is no margin at the bottom of the main content. kindly tell me what could be the problem. I will appreciate a quick response. Thank you
  14. Hello all, I am new to creating bots. I want to create a bot, which can automatically upload videos to youtube, and register itselft. I am a complete started. I am good in php, c#, javascript etc. but i dont know where to start from. any help will be appreciated. Thank you
  15. shah

    CSS issue with IE

    the gap appears only in IE. i just don't know how to correct it :'(
  16. shah

    CSS issue with IE

    Thanks a lot for your reply and giving me the time to check it. I solved that problem. I am new to CSS and don't know much about html. Kindly tell me what are those errors or how could i find out those errors. also please visit this page http://www.kendoble.com/test/media-center.php . as you can see, there is a big gap between the media centre and the rest of the paragraph. this gap does not appear in firefox. kindly tell me what could be the problem. Thank you
  17. Hello all, I have a problem that i have been trying to solve for days, but no use. kindly visit http://www.kendoble.com/test/, and tell me, why is there i white thin line below that header/banner. you might be seeing other problems but i have solved them all. the only problem now is that there is a white thin line below the header, which can not be removed no matter what i do. kindly visit it (in internet explorer only please) and let me know about the problem and solution. Thank you
  18. Hi all, i am using some php code in my website. i am getting the following error. kindly tell me what could be the problem Notice: Undefined index: submit in index.php on line 9 Notice: Undefined variable: _post in index.php on line 88 does it mean i have to set the global variables in the config file or something like that?? i would appreciate your help Thanks Syed
  19. Hi all, i have a problem with php variable names. i am having a check box (actually a lot of check boxes, dynamically being generated from database strings), whos name is like [NT]cartoon. for example i am having the following code in php echo "<td><input type=\"checkbox\" name=\"$name\" value=\"$_post[$name]\"> $name</td>"; where the name is [NT]cartoon. now my issue is that when this variable is used inside $_POST, it does not work because it will be like $_POST["[NT]cartoon"] because of these brackets in the variable value. Kindly tell me how can i make it work Thanks
  20. Hello all, I am having a problem. I have table where the first column is check boxes and the remaining columns are simple data. The whole table is being populated from the database. i want this functionality that the remaining column (except the first column which is checkboxes)are hidden by default. Then i want that when i select the checkbox for a specific row, the whole row is shown, and when i deselect it, it hides again. Kindly help me in this matter. Thanks
  21. Hello all, i am displaying some fields in a table. The first column is a checkbox. I want to display the relevant information of all the fields for which the check boxes have been selected, in a separate windows. the relevant information would be coming from a database. any idea of how to do that??? Thanks
  22. Kindly note that i am posting the data to another page, not the same page. so i need the functionality that the user stays on this page, if he inserts a duplicate field that already exists in database.
  23. Hi every one, I am working on a registration system. I want to check that when the username is entered, it does not already exist, and if so, the user is informed that the username already exists, and the form is not posted to the other page. any code using php or javascript will do. Kindly give me solution if you have one. thank you
  24. okay every one, i dont know but clearing the body margin and padding somehow started to work, which was not working before. so just to let every one know, it has been solved.
  25. I am putting the following style in the body so that in case the body has any default margin or padding, it is cleared margin:0; padding:0; but still there is a margin between the container and the body. that is the top edge of the page and container or wrapper.
×
×
  • 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.