5,349 Topics
![]() | |
Hi, I want to design DB for posts with multiple subcategories and categories. Example: Category has information: C#, PHP, JS, Python. Subcategory can contain: Logger, String, While Loop. A post table contain posts about "while loop" in PHP language and posts about "while" loop in C#. So, this is a … | |
Hi, I'm new to this site Hope you will me to find out the soultions for the connectivity isuues. Thank You! | |
Hi i am trying to view my blog or post in detail description at that time my browser title shows %page_title%, But it has to show my blog or post title in that place. please help me to solve this issue. **My permalink settings as below** /%category%/%postname%/ **Note:** i have … | |
Comparing a discussion with the home page. When I see the Home Page, top and center of each card is the member who did something such as Viewed, Gave Reputation, Endorsed and so on. Now you head to a discussion and who wrote this? Example at https://www.daniweb.com/programming/software-development/code/385622/google-map-control-vb-net The author is … | |
Hey guys I decided a while back that I wanted to get into coding. I started a few days ago with sever tutorials ranginf from how the internet works to codeacademy which starts me straight off coding simple Python. This seems all well and good but the problem I have … | |
Hi everyone, I joined Daniweb YEARS ago and mostly forgot about it (work got super crazy for quite a while). Got more emails lately from the site and decided to come back and try to be active here. What would you like to know about me? Ask away & I'll … | |
Hi All, I want to select specific drop down option to a selected post, for example the post is on Honda Fit, the the Drop Down should select Honda Fit automatically. The below code works fine but shows all posts instead of selecting specific to a post, e.g. select guid … | |
Hello everyone! I am a virtual assistant working for Virtual Sting Ray Tech. I hope you can welcome me here :) | |
Hello, After searching over the internet how to secure a web application(forms) in PHP, in most of the cases were just suggestions not a short and real example. In some cases is suggested to use strip_tags( trim( $_POST['PARAMETER'] ) ); but when you have some special inputs like comments field … | |
hello i am a digital marketing service provider | |
Finding myself with a suitcase of CDs... Many by noteables. Hoping for guidance from those with knowledge and experience or is Amazon the only way forward? Please advise | |
Hello, I would like to introduce myself and share a bit of information about the new API we are developing. The product was just launched in February and is in the beginning phase. I would highly appreciate any kind of comment or advice when it comes to improving the development … | |
I have gotten stuck on a computer science assignment regarding Pseudocode and need a little help if possible. The task requires me to scan the ID of multiple people trying to enter a club and then compare there features (eye colour, hair colour etc) to the picture on the ID. … | |
Where is the section to post code snippets? | |
New to the group, glad to be on here and learn something new. I’m from Missoula MT | |
Hi Dw. This is my first Android app, and what I'm trying to do is to post a POST/GET method to my webserver using Http in Android studio. I also have a Textview which suppose to display echoed data from server which will be a response to a request since … | |
i dont want to know the result, i want to know the (outputs) and any other example similer to the quation to understand. A milk carton can hold 3.78 liters of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing … | |
word="have a good day" if i want to print only this word (good) i will run this cod print(word[6:11]) why i should write 6 ? and 11? | |
Hi Friends, Love IT and Innovation. Workingwith software development company-current project is decentralized ID app on blockchain. https://decentralized.id/nl/ Have extensive experience in Sales, Business development, Marketing, Operations, Management, Training and Coaching. Main areas - IT, Finance, Education and Voluntary sector. Also keen on Music, Arts, Philanthropy, Health and Well-being. Best … | |
Hi all, The continuing quest to master Tkinter has led to this implementation of the dots and boxes game. The rules are well-known: each player gets to create a new line between two dots (single-click near the line you wish to create). If a player creates a box, he gets … | |
Hi there, I would love to make a list and have a collection of database servers, could you all please help me? It would be nice if you could provide a link to their homepage. If you post, I will update the first post. [list] [*]MySQL ([url="http://www.mysql.org/"]http://www.MySQL.org/[/url]) [*]PostgreSQL [*]Access [*]MSSQL … | |
I run a website where I periodically post articles. I'd like to add a timestamp/datestamp to each article showing the post date (the upload date, I assume, would be the logical choice). I had already asked for advice on this topic; unfortunately, the result is a blank. Literally. Here's an … | |
To reduce the amount of threads/posts from new members that are here only to post (pointless) threads or posts just to have their signature with spammy URLs underneath it, is it not an idea that the 'Post signature' functionality is only available if a member have posted already a certain … | |
Does URL shortening effects the POST data in php | |
Hi guys I'm learning python. Give me a unique tip please :) | |
Hello Friends My car keeps turning off and says engine coolant hot, i checked for leaks none both fans are working and ac is fine,i also got reduced power due to over heat reading. Is it the water pump or thermostat or both please help me if any one who … | |
I spent some 30 minutes or so writing up my question and upon submitting my question I was forced to create an account called Dahzz or something along those lines. And now my question that I just perfected for 30 minutes, is gone. Poof! Gone. Deleted. Doesn't exist anymore. It's … | |
A couple questions before I even attempt this project... Is it possible to create a VoIP application in Java? Is it posssibe to do this using standard libraries? If you can't make one with standard libraries, which libraries are needed to accomplish this? Also, is this a good Introduction to … | |
Hello everyone, Does URL shortening effects the POST data in php? whenever we used it for using services like Bitly, Google URL Shortner etc. | |
Hi! My name is david young. I am new to this forum. I would like to share my knowledge here. i love to listin music. | |
Today I wanted to post an example , I realized that I didn't had buttons to insert code or to define code lines. I had to read https://www.daniweb.com/welcome/syntax and then make several attempts to insert code. One thing that it would be done in few milliseconds if I had a … | |
This week I have been seeing 'Oops, you don't have permission to post here' appearing a lot after I click submit - usually when replying to a post. I compose my reply, press submit, get the Oops message, hit back, my reply has gone and if I were a newbie … | |
I like to use any types of computers as personal computer and laptop. Also I'm a painter. I'm interesting in art, including modern art. I'm from Germany. I live in city which called Munich. I have 41 years. I like to chat on various themes. I would like to join … | |
![]() | Just had a post disappear. Have been ruminating about being nicer to people. heh heh. So spent over 10 minutes crafting a thoughtful reply to this thread: https://www.daniweb.com/programming/web-development/threads/507908/which-tutorial-should-i-pick-out-of-these-member-reg-login-site Posted. Fine, saw it in all its glory. Moved on. Came back later and saw that it had disappeared. In addition, it … ![]() |
All, In the code snippet below - I am trying to only send an e-mail if the page is reached via a POST request - the if statement is not being recognized in the CGI code - as when I access the page this is on directly - I get … | |
hi. ive started a blog and looking for critique if possible. http://antifake-news.co.uk/ | |
Hi Everyone, I have a very strange issue with Posting a variable to a new page and reading the variable through GET - I have used the same code many many times on different pages but for some reason, I am unable to GET the Post variable to use and … | |
Hi all, I am trying to compare data from $_POST['Net'] which has 6 elements to check to see if the data has changed in the form when submitted. Below is the Post array from form. array(16) { ["Submitted"]=> string(4) "true" ["NetValue"]=> string(1) "0" ["ProductID"]=> array(6) { [0]=> string(5) "76458" [1]=> … | |
[U][B]Whenever i run session in server than it show this problem[/B][/U] [B][U]Warning: session_start(): Cannot send session cache limiter - headers already sent [/U][/B] so pls help me this is simple login prog when user enter into nxt page it name will show i want to store its name in session … | |
Good afternoon all, The issue I am having is that when POST data values are looped through inside the while loop as each record is compared with the POST data and the database record for any changes. For this test the data from the post is exactly correct. The if … | |
I deleted my recently made post in: https://www.daniweb.com/hardware-and-software/information-security/threads/506745/why-does-google-offer-free-fonts-to-use-online Now when I'm in "Articles I'm Watching", it says about it: "0 votes; 0 replies; 25 views", despite thread having 7 replies. Edit 1: Also title got encoded and not decoded: `After deleting of a recent post, "Articles I'm Watching" shows 0 … | |
Just responded to a post that I made a typo in, did an edit, fixed the typo, and filled in the reason for editing field. It doesn't show up in the Recent Activity that I've made the edit, only that I made the reply, nor does it show anywhere that … | |
Below are my current codes that will run a .VBS file. When I run the code it will open an CMD app to show the process. Now how can I run the .VBS file and the process will be shown in Textbox/Richtextbox. Private Sub Button1_Click(sender As Object, e As EventArgs) … | |
I am new to daniweb, I would like to have friends so i can find ways to learn more on computer science and to become better in this field. I hope to find new friends and learn from them. I am from a small island in the Pacific ocean and … | |
Basically, I have a program in Delphi which POSTs data to a MyBB script on a server, when the MyBB script recieves that POSTed data it is supposed pass that data onto a MyBB forum and use it to post a new thread. The only problem is I have no … | |
On a longer discussion the 21st post went to page 2. Yet I could not navigate to the 2nd page or get to the 21st post. Making another post fixed it but still it's something. Not an end of the world type bug. Hope you can replicate it. First encountered … | |
Hello, I was trying to send a PM but it seems to hang: after clicking the submit button this disappears and it does not happen anything else. With short messages it seems to work fine, but it appears slow. When I try to submit a message with ~9k characters, I … | |
Hello, I have a Abit-AN-M2HD mother board, with a Athlon 64x2 processor, I have the exact same motherboard up and running that I am using now.. I installed cpu fan, power supply is working fine, have reset cmos through pin and battery, have back fan and front fan both running … |
The End.