-
Replied To a Post in Scretch right and left
> sretch What do you mean by this? > why this page looks good in all browser screen size Because they are using **responsive design**. This relies on a grid … -
Began Watching PHP or ASP.net
Which type of dynamic website is useful in 2014 PHP or ASP.NET? -
Replied To a Post in PHP or ASP.net
Don't forget PHP is a massive language with some of the biggest sites in the world resting on it (including DaniWeb,Facebook,Twitter...). Agreed, it's a case of what you feel more … -
Replied To a Post in Scrabble
rate -
Began Watching Apple Live Broadcast
I don't know if you are, but I am counting down before the launching starts. Only **01** hour **14** minutes **00** seconds left. If you're interested, live broadcast is available … -
Replied To a Post in Apple Live Broadcast
> It's just a phone. It's just an *Apple* phone. -
Began Watching hi
recently had open heart surgery new metal Aortic valve nine weeeks ago so was very sore for a while now a lot better -
Replied To a Post in hi
Ouch nasty, I hope you get better soon! -
Began Watching file and image upload option make file name and delet file
hello i am looking script image and html or text file upload with option make file name and file deletion any body can help? -
Replied To a Post in file and image upload option make file name and delet file
So google: * PHP upload (you will learn how to rename there) * PHP delete file Not that difficult, but at least show some effort and try! -
Replied To a Post in can we pass values bw php and table
> after closing up Yes, if you reopen: <?php $a = "XYZ"; ?> <html> <body> <?php echo $a; ?> </body> </html> -
Replied To a Post in Usernames
Sorry @diafol didn't realise you were joking aha (Phew!) (thanks to @JorgeM for pointing that out!) -
Replied To a Post in Usernames
Sorry didn't mean to offend you :( -
Replied To a Post in Usernames
Ah wow really? I didn't know that you were welsh aha! I've been once or twice, we did Snowdon recently. I've always found Wales an awe inspiring place with a … -
Replied To a Post in enable Designer Mode in phpMyAdmin problem
Give this a try then: http://stackoverflow.com/questions/19166687/how-do-i-enable-phpmyadmins-designer-view -
Began Watching Convert indd to psd?
Hello guys Is it possible to convert an .indd file into a .psd one? I tried googling up some results and even downloaded a tool (damned forgot its name, but … -
Replied To a Post in Convert indd to psd?
The above link will redirect you to http://all2psd.com/start/indd2psd Warning: He didnt state this but you need to enter your email address for the PSD to be sent to. There is … -
Replied To a Post in Navigation methodology in a gallery
Or you could use a server side language, but you cant have any effects or quick re-organising. But far more useful if you've got lots of items to search through. -
Began Watching Navigation methodology in a gallery
I have created a Web-Gallery where photos are uploaded,can be tagged with one or more tags,and can be viewed by Users/Tags/Likes/Date of Upload/Title. I am to create a navigation like … -
Replied To a Post in Navigation methodology in a gallery
> How ? By having dropdowns like: "Sort by <criteria> <asc/desc>" And then use jQuery/AJAX to re-order the results. How you go about doing that depends on your HTML. -
Replied To a Post in how to show all data. Only one row showing
> Without going into it too deeply, this would probably do as well with concatenating the output into a string on every iteration and then outputting a single string. That … -
Began Watching help with team development with wordpress
Hi Some friends and myself are starting a web project in wordpress, whereby we'll need to access the same core wordpress files remotely from our home pcs. Is there a … -
Replied To a Post in help with team development with wordpress
What about something like GitHub? or some cloud site? If you actually need to code to run online your only option would to have some sort of hosting. Even a … -
Began Watching Delete Confirmation
Hello, I would like to create a confirmation box for delete. Do you want to delete this row? [Yes] [No] How? How to create a colorful confirmation box? ok, I … -
Replied To a Post in Delete Confirmation
Just call the plugin in your demo link, and use the following snippets. Ajust your PHP: <a href="studentmgt.php?student_id='.$data['.student_id.'].'" class="confirm">Delete</a> jQuery: $(".confirm").confirm(); Then just put some PHP/SQL in the link to … -
Gave Reputation to happygeek in Liver Disease
I've always thought that the best way of looking at it is if, when you are writing a post, you would consider it spammy if you replaced your site/service/product with … -
Gave Reputation to rubberman in how to show all data. Only one row showing
This is why you need to read my tutorial about using PHP properly as an object-oriented language. Don't do this stuff inline. Build your data strings dynamically in a class … -
Began Watching how to show all data. Only one row showing
how to show all data. Only one row showing -
Replied To a Post in how to show all data. Only one row showing
@rubberman I think I could say that to just about every PHP post that gets asked. Those that aren't are normally using a framework and haave no choice aha. -
-
Began Watching how to separate fields while updating from one table to another
table1 --- column1 1002008000300-53-9 table2--- column1 column2 column3 1002008000300 53 9 how to populate from table1 to table2 SQL and ASP.Net(Csharp) -
Replied To a Post in how to separate fields while updating from one table to another
Should've really asked this in an SQL or C# forum. -
Began Watching Liver Disease
I had liver disease. I went through kemmo and radiation 5 months ago. It was awful. I lost all my hair. My hair was down to my waist. I had … -
Replied To a Post in Liver Disease
> How can I advertise on the forum so I don't break the rules? Use your signature, or see [here](https://www.daniweb.com/home/advertising) -
Began Watching url rewrite
hi all... how to rewrite this url http://mydomain.com/cms.php?cms_id=about to http://mydomain.com/about without any error using .htaccess rewriterule. pls help me to solve this.. tnx in advnc... -
Replied To a Post in url rewrite
Hope this helps :) RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ cms.php?cms_id=$1 [L,QSA] -
Replied To a Post in can we pass values bw php and table
Why didn't you post your code streight away? > my code is below not working 'Not working' can mean alot of things. How is it not working? Any error messages? … -
Gave Reputation to veedeoo in where do i have to put the session_id() in a wordpress plugin
you can add it on your plugin or theme function. I don't have any time to actually check for my answer. However, I did this long time ago and this … -
Gave Reputation to Dani in HOW CREATE 5 BARANCH TREE
Why are you screaming? -
Created Usernames
Hi Guys, When talking to a friend on here, we stumbled upon a joke, so we thought we'd share it ;) Please try not to take offence, only light banter … -
Began Watching Usernames
Hi Guys, When talking to a friend on here, we stumbled upon a joke, so we thought we'd share it ;) Please try not to take offence, only light banter … -
Began Watching Where to Place the <script>? (Installing Agoda on my site)
I tired installing this code on alpenami.michiganhotelsguide.com , but to no avail. The company said that I needed to message them in order to activate tracking. I sent them it, … -
Replied To a Post in Where to Place the <script>? (Installing Agoda on my site)
Where you have positioned your code is fine, change line 8 to: <script src="http://ajaxsearch.partners.agoda.com/partners/SearchBox/Scripts/Agoda.SearchBoxV2.1.js" type="text/javascript"></script> Keep the SRC all on one line, because otherwise spaces will mess up the URL … -
Began Watching enable Designer Mode in phpMyAdmin problem
How to enable Designer Mode in phpMyAdmin...i am on main server not on local server -
Replied To a Post in enable Designer Mode in phpMyAdmin problem
I think it requires editing some PMA source files, are you able to do this on your server? -
Replied To a Post in contact us
Oh so the email is being sent, just not the correct text? -
Began Watching Laravel: Undefined variable: fname
Greetings guys can you point to me what is the problem here? This is the code that produces the error. That is in my views: <h7 id="header-label">Welcome, {{ $fname }} … -
Replied To a Post in Laravel: Undefined variable: fname
Duplicate of https://www.daniweb.com/web-development/php/threads/484516/laravel-undefined-variable-fname ? -
Replied To a Post in What should I have in my portfolio: a crying need for specific examples
> Some are allowed to sleep or take a nap in our office. Our offices have bed in it, and company outtings is very common on quarterly basis. I'm working … -
Began Watching can we pass values bw php and table
hello, i want to show mysql query results into a table on a web page...but can i pass variable values from html tp php script i wanna show as it …
The End.