-
Content Count
1,200 -
Joined
-
Last visited
Community Reputation
91 ExcellentAbout divinedesigns1
-
Rank
Austin
- Birthday 08/20/1988
Previous Fields
-
Languages
English
Contact Methods
-
Website URL
www.designbydwayne.com
-
ICQ
0
Profile Information
-
Gender
Male
-
Location
Dubai & NJ
-
Interests
Interested in learning PHP, Javascript, Jquery, SQL,and Flash, would like to gain more knowledge in HTML/XHTML/HTML 5, CSS/CSS3 or both. At the moment im learning PHP
-
i mean when i put into the database 10.00 it only displayed the 10 and no i didnt had the option of doing that in the database
-
if i want to display a price in my database which numeric should i used? i tried decimal but that didn't kept the whole price any help will be appreciated as always
-
thanks, sorry for the late reply
-
so use the ajax to get the information from the php to then call the ajax in javascript? if i understand correctly, thanks
-
if I have a PHP function can I call it in a javascript function? I am pulling the information from a database using PHP? or do I have to use java for this?
-
how can i link a function to a php form so it can run the function on submit i know you have to add the function in the action="" but is there anything i need add to make this work correctly?
-
hey guys how can i not display the whole like to my include file if its in my admin folder? include "admin/asset/functions.php"; <---- how it is being included at the moment i would like the admin part to not be added, is there a way of doing this?
-
does anyone have any idea why magento wouldnt display the new theme once you create it? im using 2.2.1 i followed all the steps and nada, if need more information lemme know and ill post the files fyi: no error displayed
-
I got it working, I also try a similar outcome between a status and its comment and both seem to render find 😄 thanks for the help
-
this sound way better than what i just did, now i just have to adjust my database to make this work, thank a lot dsonesuk
-
so i been messing around with php to find a way to generate menus using php *im bored, so yeah better do something* anyway i decided to do it this way function menu() { include "config.php"; $mainMenu = mysqli_query($con, "SELECT * FROM `main-menu`") or die('Error: ' . mysqli_error($con)); if($mainMenu){ ?> <ul> <?php while($mainRow = mysqli_fetch_assoc($mainMenu)){ $menuId = $mainRow['id']; $commonName = $mainRow['actualName']; $menuName = $mainRow['name']; $menuTags = '<li&
-
thanks
-
hey so i had this topic up here before but cant find it. does anyone know how i can go about detecting the webpage im on using php?
-
divinedesigns1 changed their profile photo
-
i figure it out by the way, thanks tho